Html Css Color HEX #B81117 Venetian Red

📋 copy color: '#B81117'

red 184 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #B81117

Tints of Venetian Red #B81117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 82.14%
G = 7.59%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B81117 (or 0xB81117) is known color: Venetian Red. HEX triplet: B8, 11 and 17. RGB value is (184,17,23). Sum of RGB (Red+Green+Blue) = 184+17+23=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81117 is #47EEE8. Grayscale: #434343. Windows color (decimal): -4714217 or 1511864. OLE color: 1511864.

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

Color convert

RGB 184 17 23 -
CMYK 0 0.91 0.88 0.28
HSL 357.84º 0.83% 0.39% -
HSV(B) 357.84º 0.91% 0.72% -
XYZ 20.12 10.65 1.81 -
YUV 67.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 184 17 23 0 0.91 0.88 0.28 357.84 0.83 0.39
Hex B8 11 17 0 5B 58 1C 166 53 27
Octal 270 21 27 0 133 130 34 546 123 47
Binary 10111000 10001 10111 0 1011011 1011000 11100 101100110 1010011 100111

Color Harmonies of #B81117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81117

Black with #B81117

Text Example


Text Example

White with #B81117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81117; }

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

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

background-color css

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

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

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

border-color css

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

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

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