Html Css Color HEX #B5111D Venetian Red

📋 copy color: '#B5111D'

red 181 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #B5111D

Tints of Venetian Red #B5111D

RGB

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

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

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

R = 79.74%
G = 7.49%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5111D (or 0xB5111D) is known color: Venetian Red. HEX triplet: B5, 11 and 1D. RGB value is (181,17,29). Sum of RGB (Red+Green+Blue) = 181+17+29=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5111D is #4AEEE2. Grayscale: #434343. Windows color (decimal): -4910819 or 1905077. OLE color: 1905077.

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

Color convert

RGB 181 17 29 -
CMYK 0 0.91 0.84 0.29
HSL 355.61º 0.83% 0.39% -
HSV(B) 355.61º 0.91% 0.71% -
XYZ 19.48 10.31 2.13 -
YUV 67.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 181 17 29 0 0.91 0.84 0.29 355.61 0.83 0.39
Hex B5 11 1D 0 5B 54 1D 164 53 27
Octal 265 21 35 0 133 124 35 544 123 47
Binary 10110101 10001 11101 0 1011011 1010100 11101 101100100 1010011 100111

Color Harmonies of #B5111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5111D

Black with #B5111D

Text Example


Text Example

White with #B5111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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