Html Css Color HEX #B40424 Venetian Red

📋 copy color: '#B40424'

red 180 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #B40424

Tints of Venetian Red #B40424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 81.82%
G = 1.82%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B40424 (or 0xB40424) is known color: Venetian Red. HEX triplet: B4, 04 and 24. RGB value is (180,4,36). Sum of RGB (Red+Green+Blue) = 180+4+36=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B40424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40424 is #4BFBDB. Grayscale: #3C3C3C. Windows color (decimal): -4979676 or 2360500. OLE color: 2360500.

HSL color Cylindrical-coordinate representation of color #B40424: hue angle of 349.09º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40424 is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 36 -
CMYK 0 0.98 0.8 0.29
HSL 349.09º 0.96% 0.36% -
HSV(B) 349.09º 0.98% 0.71% -
XYZ 19.18 9.92 2.57 -
YUV 60.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 180 4 36 0 0.98 0.8 0.29 349.09 0.96 0.36
Hex B4 4 24 0 62 50 1D 15D 60 24
Octal 264 4 44 0 142 120 35 535 140 44
Binary 10110100 100 100100 0 1100010 1010000 11101 101011101 1100000 100100

Color Harmonies of #B40424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40424

Black with #B40424

Text Example


Text Example

White with #B40424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40424; }

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

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

background-color css

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

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

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

border-color css

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

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

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