#B00C28

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

Shades of Venetian Red #B00C28

Tints of Venetian Red #B00C28

Color information

#B00C28 (or 0xB00C28) is unknown color: approx Venetian Red. HEX triplet: B0, 0C and 28. RGB value is (176,12,40). Sum of RGB (Red+Green+Blue) = 176+12+40=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C28 is #4FF3D7. Grayscale: #404040. Windows color (decimal): -5239768 or 2624688. OLE color: 2624688.

HSL color Cylindrical-coordinate representation of color #B00C28: hue angle of 349.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C28 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1761240-
CMYK00.930.770.31
HSL349.76º87.23%36.86%-
HSV(B)349.76º93.18%69.02%-
XYZ18.429.652.9-
YUV64.23114.33207.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.19%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=77.19%
G=5.26%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176124000.930.770.31349.7687.2336.86
HexB0C2805D4D1F15e5725
Octal260145001351153753612745
Binary101100001100101000010111011001101111111010111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C28; }

 p { color: rgb(176,12,40); }

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

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

 a { background-color: rgb(176,12,40); }

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

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

 span { border-color: rgb(176,12,40); }

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