Html Css Color HEX #B5111C Venetian Red

📋 copy color: '#B5111C'

red 181 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #B5111C

Tints of Venetian Red #B5111C

RGB

 RED value IS 181 (71.09% from 255) = 80.09%

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 80.09%
G = 7.52%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5111C (or 0xB5111C) is known color: Venetian Red. HEX triplet: B5, 11 and 1C. RGB value is (181,17,28). Sum of RGB (Red+Green+Blue) = 181+17+28=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5111C is #4AEEE3. Grayscale: #434343. Windows color (decimal): -4910820 or 1839541. OLE color: 1839541.

HSL color Cylindrical-coordinate representation of color #B5111C: hue angle of 355.98º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5111C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 28 -
CMYK 0 0.91 0.85 0.29
HSL 355.98º 0.83% 0.39% -
HSV(B) 355.98º 0.91% 0.71% -
XYZ 19.47 10.31 2.06 -
YUV 67.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 181 17 28 0 0.91 0.85 0.29 355.98 0.83 0.39
Hex B5 11 1C 0 5B 55 1D 164 53 27
Octal 265 21 34 0 133 125 35 544 123 47
Binary 10110101 10001 11100 0 1011011 1010101 11101 101100100 1010011 100111

Color Harmonies of #B5111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5111C

Black with #B5111C

Text Example


Text Example

White with #B5111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5111C; }

 p { color: rgb(181,17,28); }

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

background-color css

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

 a { background-color: rgb(181,17,28); }

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

border-color css

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

 span { border-color: rgb(181,17,28); }

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