Html Css Color HEX #B40220 Venetian Red

📋 copy color: '#B40220'

red 180 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #B40220

Tints of Venetian Red #B40220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 84.11%
G = 0.93%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B40220 (or 0xB40220) is known color: Venetian Red. HEX triplet: B4, 02 and 20. RGB value is (180,2,32). Sum of RGB (Red+Green+Blue) = 180+2+32=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B40220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40220 is #4BFDDF. Grayscale: #3A3A3A. Windows color (decimal): -4980192 or 2097844. OLE color: 2097844.

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

Color convert

RGB 180 2 32 -
CMYK 0 0.99 0.82 0.29
HSL 349.89º 0.98% 0.36% -
HSV(B) 349.89º 0.99% 0.71% -
XYZ 19.1 9.85 2.26 -
YUV 58.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 180 2 32 0 0.99 0.82 0.29 349.89 0.98 0.36
Hex B4 2 20 0 63 52 1D 15E 62 24
Octal 264 2 40 0 143 122 35 536 142 44
Binary 10110100 10 100000 0 1100011 1010010 11101 101011110 1100010 100100

Color Harmonies of #B40220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40220

Black with #B40220

Text Example


Text Example

White with #B40220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40220; }

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

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

background-color css

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

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

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

border-color css

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

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

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