Html Css Color HEX #B81122 Venetian Red

📋 copy color: '#B81122'

red 184 ◦ green 17 ◦ blue 34

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

Shades of Venetian Red #B81122

Tints of Venetian Red #B81122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 78.3%
G = 7.23%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B81122 (or 0xB81122) is known color: Venetian Red. HEX triplet: B8, 11 and 22. RGB value is (184,17,34). Sum of RGB (Red+Green+Blue) = 184+17+34=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B81122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81122 is #47EEDD. Grayscale: #444444. Windows color (decimal): -4714206 or 2232760. OLE color: 2232760.

HSL color Cylindrical-coordinate representation of color #B81122: hue angle of 353.89º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81122 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 34 -
CMYK 0 0.91 0.82 0.28
HSL 353.89º 0.83% 0.39% -
HSV(B) 353.89º 0.91% 0.72% -
XYZ 20.26 10.71 2.51 -
YUV 68.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 184 17 34 0 0.91 0.82 0.28 353.89 0.83 0.39
Hex B8 11 22 0 5B 52 1C 162 53 27
Octal 270 21 42 0 133 122 34 542 123 47
Binary 10111000 10001 100010 0 1011011 1010010 11100 101100010 1010011 100111

Color Harmonies of #B81122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81122

Black with #B81122

Text Example


Text Example

White with #B81122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81122; }

 p { color: rgb(184,17,34); }

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

background-color css

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

 a { background-color: rgb(184,17,34); }

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

border-color css

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

 span { border-color: rgb(184,17,34); }

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