#B00714

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

Shades of Venetian Red #B00714

Tints of Venetian Red #B00714

Color information

#B00714 (or 0xB00714) is unknown color: approx Venetian Red. HEX triplet: B0, 07 and 14. RGB value is (176,7,20). Sum of RGB (Red+Green+Blue) = 176+7+20=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B00714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00714 is #4FF8EB. Grayscale: #3B3B3B. Windows color (decimal): -5241068 or 1312688. OLE color: 1312688.

HSL color Cylindrical-coordinate representation of color #B00714: hue angle of 355.38º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00714 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB176720-
CMYK00.960.890.31
HSL355.38º92.35%35.88%-
HSV(B)355.38º96.02%69.02%-
XYZ18.119.431.53-
YUV59.01105.99211.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 86.70%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=86.70%
G=3.45%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17672000.960.890.31355.3892.3535.88
HexB0714060591F1635c24
Octal26072401401313754313444
Binary1011000011110100011000001011001111111011000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00714; }

 p { color: rgb(176,7,20); }

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

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

 a { background-color: rgb(176,7,20); }

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

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

 span { border-color: rgb(176,7,20); }

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