Html Css Color HEX #B81214 Venetian Red

📋 copy color: '#B81214'

red 184 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #B81214

Tints of Venetian Red #B81214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 82.88%
G = 8.11%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B81214 (or 0xB81214) is known color: Venetian Red. HEX triplet: B8, 12 and 14. RGB value is (184,18,20). Sum of RGB (Red+Green+Blue) = 184+18+20=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B81214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81214 is #47EDEB. Grayscale: #444444. Windows color (decimal): -4713964 or 1315512. OLE color: 1315512.

HSL color Cylindrical-coordinate representation of color #B81214: hue angle of 359.28º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81214 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 20 -
CMYK 0 0.90 0.89 0.28
HSL 359.28º 0.82% 0.4% -
HSV(B) 359.28º 0.9% 0.72% -
XYZ 20.11 10.67 1.66 -
YUV 67.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 184 18 20 0 0.90 0.89 0.28 359.28 0.82 0.4
Hex B8 12 14 0 5A 59 1C 167 52 28
Octal 270 22 24 0 132 131 34 547 122 50
Binary 10111000 10010 10100 0 1011010 1011001 11100 101100111 1010010 101000

Color Harmonies of #B81214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81214

Black with #B81214

Text Example


Text Example

White with #B81214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81214; }

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

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

background-color css

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

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

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

border-color css

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

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

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