Html Css Color HEX #B80212 Venetian Red

📋 copy color: '#B80212'

red 184 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #B80212

Tints of Venetian Red #B80212

RGB

 RED value IS 184 (72.27% from 255) = 90.2%

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

 BLUE value IS 18 (7.42% from 255) = 8.82%

R = 90.2%
G = 0.98%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80212 (or 0xB80212) is known color: Venetian Red. HEX triplet: B8, 02 and 12. RGB value is (184,2,18). Sum of RGB (Red+Green+Blue) = 184+2+18=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B80212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80212 is #47FDED. Grayscale: #3A3A3A. Windows color (decimal): -4718062 or 1180344. OLE color: 1180344.

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

Color convert

RGB 184 2 18 -
CMYK 0 0.99 0.90 0.28
HSL 354.73º 0.98% 0.36% -
HSV(B) 354.73º 0.99% 0.72% -
XYZ 19.9 10.28 1.51 -
YUV 58.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 184 2 18 0 0.99 0.90 0.28 354.73 0.98 0.36
Hex B8 2 12 0 63 5A 1C 163 62 24
Octal 270 2 22 0 143 132 34 543 142 44
Binary 10111000 10 10010 0 1100011 1011010 11100 101100011 1100010 100100

Color Harmonies of #B80212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80212

Black with #B80212

Text Example


Text Example

White with #B80212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80212; }

 p { color: rgb(184,2,18); }

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

background-color css

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

 a { background-color: rgb(184,2,18); }

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

border-color css

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

 span { border-color: rgb(184,2,18); }

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