Html Css Color HEX #B70708 Venetian Red

📋 copy color: '#B70708'

red 183 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #B70708

Tints of Venetian Red #B70708

RGB

 RED value IS 183 (71.88% from 255) = 92.42%

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

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 92.42%
G = 3.54%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B70708 (or 0xB70708) is known color: Venetian Red. HEX triplet: B7, 07 and 08. RGB value is (183,7,8). Sum of RGB (Red+Green+Blue) = 183+7+8=198 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.42% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 183 - color contains mainly: red. Hex color #B70708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70708 is #48F8F7. Grayscale: #3B3B3B. Windows color (decimal): -4782328 or 526263. OLE color: 526263.

HSL color Cylindrical-coordinate representation of color #B70708: hue angle of 359.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70708 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 7 8 -
CMYK 0 0.96 0.96 0.28
HSL 359.66º 0.93% 0.37% -
HSV(B) 359.66º 0.96% 0.72% -
XYZ 19.65 10.24 1.17 -
YUV 59.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 183 7 8 0 0.96 0.96 0.28 359.66 0.93 0.37
Hex B7 7 8 0 60 60 1C 168 5D 25
Octal 267 7 10 0 140 140 34 550 135 45
Binary 10110111 111 1000 0 1100000 1100000 11100 101101000 1011101 100101

Color Harmonies of #B70708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70708

Black with #B70708

Text Example


Text Example

White with #B70708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70708; }

 p { color: rgb(183,7,8); }

 H1.HeaderClassName
 {
   color: #B70708;
 }
 .AnyTagClassName
 {
   color: #B70708;
 }
</style>

background-color css

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

 a { background-color: rgb(183,7,8); }

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

border-color css

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

 span { border-color: rgb(183,7,8); }

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