Html Css Color HEX #B40228 Venetian Red

📋 copy color: '#B40228'

red 180 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #B40228

Tints of Venetian Red #B40228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 81.08%
G = 0.9%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40228 (or 0xB40228) is known color: Venetian Red. HEX triplet: B4, 02 and 28. RGB value is (180,2,40). Sum of RGB (Red+Green+Blue) = 180+2+40=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B40228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40228 is #4BFDD7. Grayscale: #3B3B3B. Windows color (decimal): -4980184 or 2622132. OLE color: 2622132.

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

Color convert

RGB 180 2 40 -
CMYK 0 0.99 0.78 0.29
HSL 347.19º 0.98% 0.36% -
HSV(B) 347.19º 0.99% 0.71% -
XYZ 19.23 9.9 2.9 -
YUV 59.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 180 2 40 0 0.99 0.78 0.29 347.19 0.98 0.36
Hex B4 2 28 0 63 4E 1D 15B 62 24
Octal 264 2 50 0 143 116 35 533 142 44
Binary 10110100 10 101000 0 1100011 1001110 11101 101011011 1100010 100100

Color Harmonies of #B40228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40228

Black with #B40228

Text Example


Text Example

White with #B40228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40228; }

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

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

background-color css

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

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

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

border-color css

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

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

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