Html Css Color HEX #B40227 Venetian Red

📋 copy color: '#B40227'

red 180 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #B40227

Tints of Venetian Red #B40227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 81.45%
G = 0.9%
B = 17.65%

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

#B40227 (or 0xB40227) is known color: Venetian Red. HEX triplet: B4, 02 and 27. RGB value is (180,2,39). Sum of RGB (Red+Green+Blue) = 180+2+39=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40227 is #4BFDD8. Grayscale: #3B3B3B. Windows color (decimal): -4980185 or 2556596. OLE color: 2556596.

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

Color convert

RGB 180 2 39 -
CMYK 0 0.99 0.78 0.29
HSL 347.53º 0.98% 0.36% -
HSV(B) 347.53º 0.99% 0.71% -
XYZ 19.21 9.89 2.82 -
YUV 59.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 180 2 39 0 0.99 0.78 0.29 347.53 0.98 0.36
Hex B4 2 27 0 63 4E 1D 15C 62 24
Octal 264 2 47 0 143 116 35 534 142 44
Binary 10110100 10 100111 0 1100011 1001110 11101 101011100 1100010 100100

Color Harmonies of #B40227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40227

Black with #B40227

Text Example


Text Example

White with #B40227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40227; }

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

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

background-color css

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

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

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

border-color css

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

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

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