Html Css Color HEX #B41220 Venetian Red

📋 copy color: '#B41220'

red 180 ◦ green 18 ◦ blue 32

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

Shades of Venetian Red #B41220

Tints of Venetian Red #B41220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

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

R = 78.26%
G = 7.83%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B41220 (or 0xB41220) is known color: Venetian Red. HEX triplet: B4, 12 and 20. RGB value is (180,18,32). Sum of RGB (Red+Green+Blue) = 180+18+32=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B41220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41220 is #4BEDDF. Grayscale: #444444. Windows color (decimal): -4976096 or 2101940. OLE color: 2101940.

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

Color convert

RGB 180 18 32 -
CMYK 0 0.9 0.82 0.29
HSL 354.81º 0.82% 0.39% -
HSV(B) 354.81º 0.9% 0.71% -
XYZ 19.3 10.24 2.33 -
YUV 68.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 180 18 32 0 0.9 0.82 0.29 354.81 0.82 0.39
Hex B4 12 20 0 5A 52 1D 163 52 27
Octal 264 22 40 0 132 122 35 543 122 47
Binary 10110100 10010 100000 0 1011010 1010010 11101 101100011 1010010 100111

Color Harmonies of #B41220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41220

Black with #B41220

Text Example


Text Example

White with #B41220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41220; }

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

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

background-color css

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

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

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

border-color css

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

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

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