Html Css Color HEX #B70204 Venetian Red

📋 copy color: '#B70204'

red 183 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #B70204

Tints of Venetian Red #B70204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 4 (1.95% from 255) = 2.12%

R = 96.83%
G = 1.06%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B70204 (or 0xB70204) is known color: Venetian Red. HEX triplet: B7, 02 and 04. RGB value is (183,2,4). Sum of RGB (Red+Green+Blue) = 183+2+4=189 (25% of max value = 765). Red value is 183 (71.88% from 255 or 96.83% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 183 - color contains mainly: red. Hex color #B70204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70204 is #48FDFB. Grayscale: #383838. Windows color (decimal): -4783612 or 262839. OLE color: 262839.

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

Color convert

RGB 183 2 4 -
CMYK 0 0.99 0.98 0.28
HSL 359.34º 0.98% 0.36% -
HSV(B) 359.34º 0.99% 0.72% -
XYZ 19.57 10.12 1.04 -
YUV 56.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 183 2 4 0 0.99 0.98 0.28 359.34 0.98 0.36
Hex B7 2 4 0 63 62 1C 167 62 24
Octal 267 2 4 0 143 142 34 547 142 44
Binary 10110111 10 100 0 1100011 1100010 11100 101100111 1100010 100100

Color Harmonies of #B70204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70204

Black with #B70204

Text Example


Text Example

White with #B70204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70204; }

 p { color: rgb(183,2,4); }

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

background-color css

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

 a { background-color: rgb(183,2,4); }

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

border-color css

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

 span { border-color: rgb(183,2,4); }

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