Html Css Color HEX #B81618 Venetian Red

📋 copy color: '#B81618'

red 184 ◦ green 22 ◦ blue 24

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

Shades of Venetian Red #B81618

Tints of Venetian Red #B81618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 80%
G = 9.57%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B81618 (or 0xB81618) is known color: Venetian Red. HEX triplet: B8, 16 and 18. RGB value is (184,22,24). Sum of RGB (Red+Green+Blue) = 184+22+24=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B81618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81618 is #47E9E7. Grayscale: #464646. Windows color (decimal): -4712936 or 1578680. OLE color: 1578680.

HSL color Cylindrical-coordinate representation of color #B81618: hue angle of 359.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81618 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 22 24 -
CMYK 0 0.88 0.87 0.28
HSL 359.26º 0.79% 0.4% -
HSV(B) 359.26º 0.88% 0.72% -
XYZ 20.22 10.83 1.89 -
YUV 70.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 184 22 24 0 0.88 0.87 0.28 359.26 0.79 0.4
Hex B8 16 18 0 58 57 1C 167 4F 28
Octal 270 26 30 0 130 127 34 547 117 50
Binary 10111000 10110 11000 0 1011000 1010111 11100 101100111 1001111 101000

Color Harmonies of #B81618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81618

Black with #B81618

Text Example


Text Example

White with #B81618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81618; }

 p { color: rgb(184,22,24); }

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

background-color css

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

 a { background-color: rgb(184,22,24); }

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

border-color css

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

 span { border-color: rgb(184,22,24); }

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