Html Css Color HEX #B40119 Venetian Red

📋 copy color: '#B40119'

red 180 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #B40119

Tints of Venetian Red #B40119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 25 (10.16% from 255) = 12.14%

R = 87.38%
G = 0.49%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B40119 (or 0xB40119) is known color: Venetian Red. HEX triplet: B4, 01 and 19. RGB value is (180,1,25). Sum of RGB (Red+Green+Blue) = 180+1+25=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B40119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40119 is #4BFEE6. Grayscale: #393939. Windows color (decimal): -4980455 or 1638836. OLE color: 1638836.

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

Color convert

RGB 180 1 25 -
CMYK 0 0.99 0.86 0.29
HSL 351.96º 0.99% 0.35% -
HSV(B) 351.96º 0.99% 0.71% -
XYZ 19.01 9.8 1.81 -
YUV 57.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 180 1 25 0 0.99 0.86 0.29 351.96 0.99 0.35
Hex B4 1 19 0 63 56 1D 160 63 23
Octal 264 1 31 0 143 126 35 540 143 43
Binary 10110100 1 11001 0 1100011 1010110 11101 101100000 1100011 100011

Color Harmonies of #B40119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40119

Black with #B40119

Text Example


Text Example

White with #B40119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40119; }

 p { color: rgb(180,1,25); }

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

background-color css

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

 a { background-color: rgb(180,1,25); }

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

border-color css

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

 span { border-color: rgb(180,1,25); }

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