Html Css Color HEX #B40027 Venetian Red

📋 copy color: '#B40027'

red 180 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #B40027

Tints of Venetian Red #B40027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.19%
G = 0%
B = 17.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40027 (or 0xB40027) is known color: Venetian Red. HEX triplet: B4, 00 and 27. RGB value is (180,0,39). Sum of RGB (Red+Green+Blue) = 180+0+39=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40027 is #4BFFD8. Grayscale: #3A3A3A. Windows color (decimal): -4980697 or 2556084. OLE color: 2556084.

HSL color Cylindrical-coordinate representation of color #B40027: hue angle of 347º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40027 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 39 -
CMYK 0 1 0.78 0.29
HSL 347º 1% 0.35% -
HSV(B) 347º 1% 0.71% -
XYZ 19.19 9.85 2.81 -
YUV 58.27 117.13 214.83 -
System Red Green Blue C M Y K H S L
Decimal 180 0 39 0 1 0.78 0.29 347 1 0.35
Hex B4 0 27 0 64 4E 1D 15B 64 23
Octal 264 0 47 0 144 116 35 533 144 43
Binary 10110100 0 100111 0 1100100 1001110 11101 101011011 1100100 100011

Color Harmonies of #B40027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40027

Black with #B40027

Text Example


Text Example

White with #B40027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40027; }

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

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

background-color css

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

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

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

border-color css

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

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

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