Html Css Color HEX #B8111D Venetian Red

📋 copy color: '#B8111D'

red 184 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #B8111D

Tints of Venetian Red #B8111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 80%
G = 7.39%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8111D (or 0xB8111D) is known color: Venetian Red. HEX triplet: B8, 11 and 1D. RGB value is (184,17,29). Sum of RGB (Red+Green+Blue) = 184+17+29=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8111D is #47EEE2. Grayscale: #444444. Windows color (decimal): -4714211 or 1905080. OLE color: 1905080.

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

Color convert

RGB 184 17 29 -
CMYK 0 0.91 0.84 0.28
HSL 355.69º 0.83% 0.39% -
HSV(B) 355.69º 0.91% 0.72% -
XYZ 20.19 10.68 2.16 -
YUV 68.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 184 17 29 0 0.91 0.84 0.28 355.69 0.83 0.39
Hex B8 11 1D 0 5B 54 1C 164 53 27
Octal 270 21 35 0 133 124 34 544 123 47
Binary 10111000 10001 11101 0 1011011 1010100 11100 101100100 1010011 100111

Color Harmonies of #B8111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8111D

Black with #B8111D

Text Example


Text Example

White with #B8111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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