Html Css Color HEX #B40324 Venetian Red

📋 copy color: '#B40324'

red 180 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #B40324

Tints of Venetian Red #B40324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 82.19%
G = 1.37%
B = 16.44%

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

#B40324 (or 0xB40324) is known color: Venetian Red. HEX triplet: B4, 03 and 24. RGB value is (180,3,36). Sum of RGB (Red+Green+Blue) = 180+3+36=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40324 is #4BFCDB. Grayscale: #3B3B3B. Windows color (decimal): -4979932 or 2360244. OLE color: 2360244.

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

Color convert

RGB 180 3 36 -
CMYK 0 0.98 0.8 0.29
HSL 348.81º 0.97% 0.36% -
HSV(B) 348.81º 0.98% 0.71% -
XYZ 19.17 9.9 2.57 -
YUV 59.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 180 3 36 0 0.98 0.8 0.29 348.81 0.97 0.36
Hex B4 3 24 0 62 50 1D 15D 61 24
Octal 264 3 44 0 142 120 35 535 141 44
Binary 10110100 11 100100 0 1100010 1010000 11101 101011101 1100001 100100

Color Harmonies of #B40324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40324

Black with #B40324

Text Example


Text Example

White with #B40324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40324; }

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

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

background-color css

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

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

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

border-color css

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

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

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