Html Css Color HEX #B70224 Venetian Red

📋 copy color: '#B70224'

red 183 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #B70224

Tints of Venetian Red #B70224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 82.81%
G = 0.9%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B70224 (or 0xB70224) is known color: Venetian Red. HEX triplet: B7, 02 and 24. RGB value is (183,2,36). Sum of RGB (Red+Green+Blue) = 183+2+36=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B70224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70224 is #48FDDB. Grayscale: #3C3C3C. Windows color (decimal): -4783580 or 2359991. OLE color: 2359991.

HSL color Cylindrical-coordinate representation of color #B70224: hue angle of 348.73º 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 #B70224 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 36 -
CMYK 0 0.99 0.80 0.28
HSL 348.73º 0.98% 0.36% -
HSV(B) 348.73º 0.99% 0.72% -
XYZ 19.87 10.24 2.6 -
YUV 60 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 183 2 36 0 0.99 0.80 0.28 348.73 0.98 0.36
Hex B7 2 24 0 63 50 1C 15D 62 24
Octal 267 2 44 0 143 120 34 535 142 44
Binary 10110111 10 100100 0 1100011 1010000 11100 101011101 1100010 100100

Color Harmonies of #B70224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70224

Black with #B70224

Text Example


Text Example

White with #B70224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70224; }

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

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

background-color css

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

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

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

border-color css

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

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

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