Html Css Color HEX #B61112 Venetian Red

📋 copy color: '#B61112'

red 182 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #B61112

Tints of Venetian Red #B61112

RGB

 RED value IS 182 (71.48% from 255) = 83.87%

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 83.87%
G = 7.83%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61112 (or 0xB61112) is known color: Venetian Red. HEX triplet: B6, 11 and 12. RGB value is (182,17,18). Sum of RGB (Red+Green+Blue) = 182+17+18=217 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.87% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 182 - color contains mainly: red. Hex color #B61112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61112 is #49EEED. Grayscale: #424242. Windows color (decimal): -4845294 or 1184182. OLE color: 1184182.

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

Color convert

RGB 182 17 18 -
CMYK 0 0.91 0.90 0.29
HSL 359.64º 0.83% 0.39% -
HSV(B) 359.64º 0.91% 0.71% -
XYZ 19.6 10.39 1.54 -
YUV 66.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 182 17 18 0 0.91 0.90 0.29 359.64 0.83 0.39
Hex B6 11 12 0 5B 5A 1D 168 53 27
Octal 266 21 22 0 133 132 35 550 123 47
Binary 10110110 10001 10010 0 1011011 1011010 11101 101101000 1010011 100111

Color Harmonies of #B61112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61112

Black with #B61112

Text Example


Text Example

White with #B61112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61112; }

 p { color: rgb(182,17,18); }

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

background-color css

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

 a { background-color: rgb(182,17,18); }

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

border-color css

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

 span { border-color: rgb(182,17,18); }

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