Html Css Color HEX #B81018 Venetian Red

📋 copy color: '#B81018'

red 184 ◦ green 16 ◦ blue 24

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

Shades of Venetian Red #B81018

Tints of Venetian Red #B81018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 82.14%
G = 7.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B81018 (or 0xB81018) is known color: Venetian Red. HEX triplet: B8, 10 and 18. RGB value is (184,16,24). Sum of RGB (Red+Green+Blue) = 184+16+24=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81018 is #47EFE7. Grayscale: #434343. Windows color (decimal): -4714472 or 1577144. OLE color: 1577144.

HSL color Cylindrical-coordinate representation of color #B81018: hue angle of 357.14º degrees, saturation: 0.84, 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 #B81018 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 24 -
CMYK 0 0.91 0.87 0.28
HSL 357.14º 0.84% 0.39% -
HSV(B) 357.14º 0.91% 0.72% -
XYZ 20.12 10.63 1.86 -
YUV 67.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 184 16 24 0 0.91 0.87 0.28 357.14 0.84 0.39
Hex B8 10 18 0 5B 57 1C 165 54 27
Octal 270 20 30 0 133 127 34 545 124 47
Binary 10111000 10000 11000 0 1011011 1010111 11100 101100101 1010100 100111

Color Harmonies of #B81018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81018

Black with #B81018

Text Example


Text Example

White with #B81018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81018; }

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

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

background-color css

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

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

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

border-color css

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

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

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