#B00C25

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

Shades of Venetian Red #B00C25

Tints of Venetian Red #B00C25

Color information

#B00C25 (or 0xB00C25) is unknown color: approx Venetian Red. HEX triplet: B0, 0C and 25. RGB value is (176,12,37). Sum of RGB (Red+Green+Blue) = 176+12+37=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C25 is #4FF3DA. Grayscale: #3F3F3F. Windows color (decimal): -5239771 or 2428080. OLE color: 2428080.

HSL color Cylindrical-coordinate representation of color #B00C25: hue angle of 350.85º 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 #B00C25 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1761237-
CMYK00.930.790.31
HSL350.85º87.23%36.86%-
HSV(B)350.85º93.18%69.02%-
XYZ18.379.632.64-
YUV63.89112.83207.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 78.22%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=78.22%
G=5.33%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176123700.930.790.31350.8587.2336.86
HexB0C2505D4F1F15f5725
Octal260144501351173753712745
Binary101100001100100101010111011001111111111010111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C25; }

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

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

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

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

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

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

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

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