Html Css Color HEX #B40924 Venetian Red

📋 copy color: '#B40924'

red 180 ◦ green 9 ◦ blue 36

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

Shades of Venetian Red #B40924

Tints of Venetian Red #B40924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16%

R = 80%
G = 4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B40924 (or 0xB40924) is known color: Venetian Red. HEX triplet: B4, 09 and 24. RGB value is (180,9,36). Sum of RGB (Red+Green+Blue) = 180+9+36=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B40924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40924 is #4BF6DB. Grayscale: #3F3F3F. Windows color (decimal): -4978396 or 2361780. OLE color: 2361780.

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

Color convert

RGB 180 9 36 -
CMYK 0 0.95 0.8 0.29
HSL 350.53º 0.9% 0.37% -
HSV(B) 350.53º 0.95% 0.71% -
XYZ 19.24 10.03 2.59 -
YUV 63.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 180 9 36 0 0.95 0.8 0.29 350.53 0.9 0.37
Hex B4 9 24 0 5F 50 1D 15F 5A 25
Octal 264 11 44 0 137 120 35 537 132 45
Binary 10110100 1001 100100 0 1011111 1010000 11101 101011111 1011010 100101

Color Harmonies of #B40924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40924

Black with #B40924

Text Example


Text Example

White with #B40924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40924; }

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

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

background-color css

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

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

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

border-color css

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

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

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