Html Css Color HEX #B00714 Venetian Red

📋 copy color: '#B00714'

red 176 ◦ green 7 ◦ blue 20

#B00714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B00714

Tints of Venetian Red #B00714

RGB

 RED value IS 176 (69.14% from 255) = 86.7%

 GREEN value IS 7 (3.13% from 255) = 3.45%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 86.7%
G = 3.45%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B00714 (or 0xB00714) is known color: 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

RGB 176 7 20 -
CMYK 0 0.96 0.89 0.31
HSL 355.38º 0.92% 0.36% -
HSV(B) 355.38º 0.96% 0.69% -
XYZ 18.11 9.43 1.53 -
YUV 59.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 176 7 20 0 0.96 0.89 0.31 355.38 0.92 0.36
Hex B0 7 14 0 60 59 1F 163 5C 24
Octal 260 7 24 0 140 131 37 543 134 44
Binary 10110000 111 10100 0 1100000 1011001 11111 101100011 1011100 100100

Color Harmonies of #B00714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00714

Black with #B00714

Text Example


Text Example

White with #B00714

Text Example


Text Example

HTML Codes & Css Web 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>