Html Css Color HEX #B11318 Venetian Red

📋 copy color: '#B11318'

red 177 ◦ green 19 ◦ blue 24

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

Shades of Venetian Red #B11318

Tints of Venetian Red #B11318

RGB

 RED value IS 177 (69.53% from 255) = 80.45%

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 80.45%
G = 8.64%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B11318 (or 0xB11318) is known color: Venetian Red. HEX triplet: B1, 13 and 18. RGB value is (177,19,24). Sum of RGB (Red+Green+Blue) = 177+19+24=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B11318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11318 is #4EECE7. Grayscale: #424242. Windows color (decimal): -5172456 or 1577905. OLE color: 1577905.

HSL color Cylindrical-coordinate representation of color #B11318: hue angle of 358.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11318 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 24 -
CMYK 0 0.89 0.86 0.31
HSL 358.1º 0.81% 0.38% -
HSV(B) 358.1º 0.89% 0.69% -
XYZ 18.53 9.88 1.79 -
YUV 66.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 177 19 24 0 0.89 0.86 0.31 358.1 0.81 0.38
Hex B1 13 18 0 59 56 1F 166 51 26
Octal 261 23 30 0 131 126 37 546 121 46
Binary 10110001 10011 11000 0 1011001 1010110 11111 101100110 1010001 100110

Color Harmonies of #B11318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11318

Black with #B11318

Text Example


Text Example

White with #B11318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11318; }

 p { color: rgb(177,19,24); }

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

background-color css

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

 a { background-color: rgb(177,19,24); }

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

border-color css

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

 span { border-color: rgb(177,19,24); }

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