Html Css Color HEX #B70608 Venetian Red

📋 copy color: '#B70608'

red 183 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #B70608

Tints of Venetian Red #B70608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

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

R = 92.89%
G = 3.05%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B70608 (or 0xB70608) is known color: Venetian Red. HEX triplet: B7, 06 and 08. RGB value is (183,6,8). Sum of RGB (Red+Green+Blue) = 183+6+8=197 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.89% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 183 - color contains mainly: red. Hex color #B70608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70608 is #48F9F7. Grayscale: #3B3B3B. Windows color (decimal): -4782584 or 526007. OLE color: 526007.

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

Color convert

RGB 183 6 8 -
CMYK 0 0.97 0.96 0.28
HSL 359.32º 0.94% 0.37% -
HSV(B) 359.32º 0.97% 0.72% -
XYZ 19.64 10.22 1.17 -
YUV 59.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 183 6 8 0 0.97 0.96 0.28 359.32 0.94 0.37
Hex B7 6 8 0 61 60 1C 167 5E 25
Octal 267 6 10 0 141 140 34 547 136 45
Binary 10110111 110 1000 0 1100001 1100000 11100 101100111 1011110 100101

Color Harmonies of #B70608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70608

Black with #B70608

Text Example


Text Example

White with #B70608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70608; }

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

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

background-color css

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

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

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

border-color css

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

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

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