Html Css Color HEX #B0111D Venetian Red

📋 copy color: '#B0111D'

red 176 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #B0111D

Tints of Venetian Red #B0111D

RGB

 RED value IS 176 (69.14% from 255) = 79.28%

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

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

R = 79.28%
G = 7.66%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0111D (or 0xB0111D) is known color: Venetian Red. HEX triplet: B0, 11 and 1D. RGB value is (176,17,29). Sum of RGB (Red+Green+Blue) = 176+17+29=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0111D is #4FEEE2. Grayscale: #424242. Windows color (decimal): -5238499 or 1905072. OLE color: 1905072.

HSL color Cylindrical-coordinate representation of color #B0111D: hue angle of 355.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0111D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 29 -
CMYK 0 0.90 0.84 0.31
HSL 355.47º 0.82% 0.38% -
HSV(B) 355.47º 0.9% 0.69% -
XYZ 18.33 9.72 2.07 -
YUV 65.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 176 17 29 0 0.90 0.84 0.31 355.47 0.82 0.38
Hex B0 11 1D 0 5A 54 1F 163 52 26
Octal 260 21 35 0 132 124 37 543 122 46
Binary 10110000 10001 11101 0 1011010 1010100 11111 101100011 1010010 100110

Color Harmonies of #B0111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0111D

Black with #B0111D

Text Example


Text Example

White with #B0111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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