Html Css Color HEX #B40229 Venetian Red

📋 copy color: '#B40229'

red 180 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #B40229

Tints of Venetian Red #B40229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 80.72%
G = 0.9%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B40229 (or 0xB40229) is known color: Venetian Red. HEX triplet: B4, 02 and 29. RGB value is (180,2,41). Sum of RGB (Red+Green+Blue) = 180+2+41=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B40229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40229 is #4BFDD6. Grayscale: #3B3B3B. Windows color (decimal): -4980183 or 2687668. OLE color: 2687668.

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

Color convert

RGB 180 2 41 -
CMYK 0 0.99 0.77 0.29
HSL 346.85º 0.98% 0.36% -
HSV(B) 346.85º 0.99% 0.71% -
XYZ 19.24 9.91 3 -
YUV 59.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 180 2 41 0 0.99 0.77 0.29 346.85 0.98 0.36
Hex B4 2 29 0 63 4D 1D 15B 62 24
Octal 264 2 51 0 143 115 35 533 142 44
Binary 10110100 10 101001 0 1100011 1001101 11101 101011011 1100010 100100

Color Harmonies of #B40229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40229

Black with #B40229

Text Example


Text Example

White with #B40229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40229; }

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

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

background-color css

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

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

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

border-color css

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

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

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