Html Css Color HEX #B40212 Venetian Red

📋 copy color: '#B40212'

red 180 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #B40212

Tints of Venetian Red #B40212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 90%
G = 1%
B = 9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B40212 (or 0xB40212) is known color: Venetian Red. HEX triplet: B4, 02 and 12. RGB value is (180,2,18). Sum of RGB (Red+Green+Blue) = 180+2+18=200 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 180 - color contains mainly: red. Hex color #B40212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40212 is #4BFDED. Grayscale: #393939. Windows color (decimal): -4980206 or 1180340. OLE color: 1180340.

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

Color convert

RGB 180 2 18 -
CMYK 0 0.99 0.9 0.29
HSL 354.61º 0.98% 0.36% -
HSV(B) 354.61º 0.99% 0.71% -
XYZ 18.95 9.79 1.46 -
YUV 57.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 180 2 18 0 0.99 0.9 0.29 354.61 0.98 0.36
Hex B4 2 12 0 63 5A 1D 163 62 24
Octal 264 2 22 0 143 132 35 543 142 44
Binary 10110100 10 10010 0 1100011 1011010 11101 101100011 1100010 100100

Color Harmonies of #B40212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40212

Black with #B40212

Text Example


Text Example

White with #B40212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40212; }

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

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

background-color css

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

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

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

border-color css

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

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

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