Html Css Color HEX #B40920 Venetian Red

📋 copy color: '#B40920'

red 180 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #B40920

Tints of Venetian Red #B40920

RGB

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

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

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

R = 81.45%
G = 4.07%
B = 14.48%

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

#B40920 (or 0xB40920) is known color: Venetian Red. HEX triplet: B4, 09 and 20. RGB value is (180,9,32). Sum of RGB (Red+Green+Blue) = 180+9+32=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40920 is #4BF6DF. Grayscale: #3E3E3E. Windows color (decimal): -4978400 or 2099636. OLE color: 2099636.

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

Color convert

RGB 180 9 32 -
CMYK 0 0.95 0.82 0.29
HSL 351.93º 0.9% 0.37% -
HSV(B) 351.93º 0.95% 0.71% -
XYZ 19.18 10 2.29 -
YUV 62.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 180 9 32 0 0.95 0.82 0.29 351.93 0.9 0.37
Hex B4 9 20 0 5F 52 1D 160 5A 25
Octal 264 11 40 0 137 122 35 540 132 45
Binary 10110100 1001 100000 0 1011111 1010010 11101 101100000 1011010 100101

Color Harmonies of #B40920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40920

Black with #B40920

Text Example


Text Example

White with #B40920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40920; }

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

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

background-color css

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

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

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

border-color css

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

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

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