Html Css Color HEX #B80213 Venetian Red

📋 copy color: '#B80213'

red 184 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #B80213

Tints of Venetian Red #B80213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 89.76%
G = 0.98%
B = 9.27%

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

#B80213 (or 0xB80213) is known color: Venetian Red. HEX triplet: B8, 02 and 13. RGB value is (184,2,19). Sum of RGB (Red+Green+Blue) = 184+2+19=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B80213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80213 is #47FDEC. Grayscale: #3A3A3A. Windows color (decimal): -4718061 or 1245880. OLE color: 1245880.

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

Color convert

RGB 184 2 19 -
CMYK 0 0.99 0.90 0.28
HSL 354.4º 0.98% 0.36% -
HSV(B) 354.4º 0.99% 0.72% -
XYZ 19.91 10.28 1.55 -
YUV 58.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 184 2 19 0 0.99 0.90 0.28 354.4 0.98 0.36
Hex B8 2 13 0 63 5A 1C 162 62 24
Octal 270 2 23 0 143 132 34 542 142 44
Binary 10111000 10 10011 0 1100011 1011010 11100 101100010 1100010 100100

Color Harmonies of #B80213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80213

Black with #B80213

Text Example


Text Example

White with #B80213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80213; }

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

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

background-color css

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

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

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

border-color css

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

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

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