Html Css Color HEX #B8111B Venetian Red

📋 copy color: '#B8111B'

red 184 ◦ green 17 ◦ blue 27

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

Shades of Venetian Red #B8111B

Tints of Venetian Red #B8111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 80.7%
G = 7.46%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8111B (or 0xB8111B) is known color: Venetian Red. HEX triplet: B8, 11 and 1B. RGB value is (184,17,27). Sum of RGB (Red+Green+Blue) = 184+17+27=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B8111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8111B is #47EEE4. Grayscale: #444444. Windows color (decimal): -4714213 or 1774008. OLE color: 1774008.

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

Color convert

RGB 184 17 27 -
CMYK 0 0.91 0.85 0.28
HSL 356.41º 0.83% 0.39% -
HSV(B) 356.41º 0.91% 0.72% -
XYZ 20.17 10.67 2.03 -
YUV 68.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 184 17 27 0 0.91 0.85 0.28 356.41 0.83 0.39
Hex B8 11 1B 0 5B 55 1C 164 53 27
Octal 270 21 33 0 133 125 34 544 123 47
Binary 10111000 10001 11011 0 1011011 1010101 11100 101100100 1010011 100111

Color Harmonies of #B8111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8111B

Black with #B8111B

Text Example


Text Example

White with #B8111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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