Html Css Color HEX #B40921 Venetian Red

📋 copy color: '#B40921'

red 180 ◦ green 9 ◦ blue 33

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

Shades of Venetian Red #B40921

Tints of Venetian Red #B40921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 81.08%
G = 4.05%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B40921 (or 0xB40921) is known color: Venetian Red. HEX triplet: B4, 09 and 21. RGB value is (180,9,33). Sum of RGB (Red+Green+Blue) = 180+9+33=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B40921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40921 is #4BF6DE. Grayscale: #3E3E3E. Windows color (decimal): -4978399 or 2165172. OLE color: 2165172.

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

Color convert

RGB 180 9 33 -
CMYK 0 0.95 0.82 0.29
HSL 351.58º 0.9% 0.37% -
HSV(B) 351.58º 0.95% 0.71% -
XYZ 19.19 10.01 2.36 -
YUV 62.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 180 9 33 0 0.95 0.82 0.29 351.58 0.9 0.37
Hex B4 9 21 0 5F 52 1D 160 5A 25
Octal 264 11 41 0 137 122 35 540 132 45
Binary 10110100 1001 100001 0 1011111 1010010 11101 101100000 1011010 100101

Color Harmonies of #B40921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40921

Black with #B40921

Text Example


Text Example

White with #B40921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40921; }

 p { color: rgb(180,9,33); }

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

background-color css

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

 a { background-color: rgb(180,9,33); }

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

border-color css

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

 span { border-color: rgb(180,9,33); }

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