Html Css Color HEX #B40329 Venetian Red

📋 copy color: '#B40329'

red 180 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #B40329

Tints of Venetian Red #B40329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.3%

R = 80.36%
G = 1.34%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B40329 (or 0xB40329) is known color: Venetian Red. HEX triplet: B4, 03 and 29. RGB value is (180,3,41). Sum of RGB (Red+Green+Blue) = 180+3+41=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B40329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40329 is #4BFCD6. Grayscale: #3C3C3C. Windows color (decimal): -4979927 or 2687924. OLE color: 2687924.

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

Color convert

RGB 180 3 41 -
CMYK 0 0.98 0.77 0.29
HSL 347.12º 0.97% 0.36% -
HSV(B) 347.12º 0.98% 0.71% -
XYZ 19.26 9.93 3 -
YUV 60.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 180 3 41 0 0.98 0.77 0.29 347.12 0.97 0.36
Hex B4 3 29 0 62 4D 1D 15B 61 24
Octal 264 3 51 0 142 115 35 533 141 44
Binary 10110100 11 101001 0 1100010 1001101 11101 101011011 1100001 100100

Color Harmonies of #B40329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40329

Black with #B40329

Text Example


Text Example

White with #B40329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40329; }

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

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

background-color css

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

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

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

border-color css

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

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

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