#B4091B

Color #B4091B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B4091B

Tints of Venetian Red #B4091B

Color information

#B4091B (or 0xB4091B) is unknown color: approx Venetian Red. HEX triplet: B4, 09 and 1B. RGB value is (180,9,27). Sum of RGB (Red+Green+Blue) = 180+9+27=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B4091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4091B is #4BF6E4. Grayscale: #3E3E3E. Windows color (decimal): -4978405 or 1771956. OLE color: 1771956.

HSL color Cylindrical-coordinate representation of color #B4091B: hue angle of 353.68º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4091B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB180927-
CMYK00.950.850.29
HSL353.68º90.48%37.06%-
HSV(B)353.68º95%70.59%-
XYZ19.129.981.96-
YUV62.18108.15212.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 83.33%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=83.33%
G=4.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18092700.950.850.29353.6890.4837.06
HexB491B05F551D1625a25
Octal264113301371253554213245
Binary10110100100111011010111111010101111011011000101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4091B; }

 p { color: rgb(180,9,27); }

 H1.HeaderClassName
 {
   color: #B4091B;
 }
 .AnyTagClassName
 {
   color: #B4091B;
 }
</style>
background-color css

<style>
 a { background-color: #B4091B; }

 a { background-color: rgb(180,9,27); }

 div.DivClassName
 {
   background-color: #B4091B;
 }
 .BgClassName
 {
   background-color: #B4091B;
 }
</style>
border-color css

<style>
 span { border-color: #B4091B; }

 span { border-color: rgb(180,9,27); }

 td.TdClassName
 {
   border-color: #B4091B;
 }
 .TagClassName
 {
   border-color: #B4091B;
 }
</style>