Html Css Color HEX #B70008 Venetian Red

📋 copy color: '#B70008'

red 183 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #B70008

Tints of Venetian Red #B70008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.81%
G = 0%
B = 4.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B70008 (or 0xB70008) is known color: Venetian Red. HEX triplet: B7, 00 and 08. RGB value is (183,0,8). Sum of RGB (Red+Green+Blue) = 183+0+8=191 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.81% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 183 - color contains mainly: red. Hex color #B70008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70008 is #48FFF7. Grayscale: #373737. Windows color (decimal): -4784120 or 524471. OLE color: 524471.

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

Color convert

RGB 183 0 8 -
CMYK 0 1 0.96 0.28
HSL 357.38º 1% 0.36% -
HSV(B) 357.38º 1% 0.72% -
XYZ 19.57 10.08 1.14 -
YUV 55.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 183 0 8 0 1 0.96 0.28 357.38 1 0.36
Hex B7 0 8 0 64 60 1C 165 64 24
Octal 267 0 10 0 144 140 34 545 144 44
Binary 10110111 0 1000 0 1100100 1100000 11100 101100101 1100100 100100

Color Harmonies of #B70008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70008

Black with #B70008

Text Example


Text Example

White with #B70008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70008; }

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

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

background-color css

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

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

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

border-color css

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

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

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