Html Css Color HEX #B41012 Venetian Red

📋 copy color: '#B41012'

red 180 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #B41012

Tints of Venetian Red #B41012

RGB

 RED value IS 180 (70.7% from 255) = 84.11%

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 84.11%
G = 7.48%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B41012 (or 0xB41012) is known color: Venetian Red. HEX triplet: B4, 10 and 12. RGB value is (180,16,18). Sum of RGB (Red+Green+Blue) = 180+16+18=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B41012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41012 is #4BEFED. Grayscale: #414141. Windows color (decimal): -4976622 or 1183924. OLE color: 1183924.

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

Color convert

RGB 180 16 18 -
CMYK 0 0.91 0.9 0.29
HSL 359.27º 0.84% 0.38% -
HSV(B) 359.27º 0.91% 0.71% -
XYZ 19.12 10.12 1.52 -
YUV 65.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 180 16 18 0 0.91 0.9 0.29 359.27 0.84 0.38
Hex B4 10 12 0 5B 5A 1D 167 54 26
Octal 264 20 22 0 133 132 35 547 124 46
Binary 10110100 10000 10010 0 1011011 1011010 11101 101100111 1010100 100110

Color Harmonies of #B41012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41012

Black with #B41012

Text Example


Text Example

White with #B41012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41012; }

 p { color: rgb(180,16,18); }

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

background-color css

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

 a { background-color: rgb(180,16,18); }

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

border-color css

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

 span { border-color: rgb(180,16,18); }

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