Html Css Color HEX #B40012 Venetian Red

📋 copy color: '#B40012'

red 180 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #B40012

Tints of Venetian Red #B40012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B40012 (or 0xB40012) is known color: Venetian Red. HEX triplet: B4, 00 and 12. RGB value is (180,0,18). Sum of RGB (Red+Green+Blue) = 180+0+18=198 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.91% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 180 - color contains mainly: red. Hex color #B40012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40012 is #4BFFED. Grayscale: #373737. Windows color (decimal): -4980718 or 1179828. OLE color: 1179828.

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

Color convert

RGB 180 0 18 -
CMYK 0 1 0.9 0.29
HSL 354º 1% 0.35% -
HSV(B) 354º 1% 0.71% -
XYZ 18.93 9.75 1.46 -
YUV 55.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 180 0 18 0 1 0.9 0.29 354 1 0.35
Hex B4 0 12 0 64 5A 1D 162 64 23
Octal 264 0 22 0 144 132 35 542 144 43
Binary 10110100 0 10010 0 1100100 1011010 11101 101100010 1100100 100011

Color Harmonies of #B40012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40012

Black with #B40012

Text Example


Text Example

White with #B40012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40012; }

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

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

background-color css

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

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

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

border-color css

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

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

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