Html Css Color HEX #B41819 Venetian Red

📋 copy color: '#B41819'

red 180 ◦ green 24 ◦ blue 25

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

Shades of Venetian Red #B41819

Tints of Venetian Red #B41819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 78.6%
G = 10.48%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B41819 (or 0xB41819) is known color: Venetian Red. HEX triplet: B4, 18 and 19. RGB value is (180,24,25). Sum of RGB (Red+Green+Blue) = 180+24+25=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B41819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41819 is #4BE7E6. Grayscale: #464646. Windows color (decimal): -4974567 or 1644724. OLE color: 1644724.

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

Color convert

RGB 180 24 25 -
CMYK 0 0.87 0.86 0.29
HSL 359.62º 0.76% 0.4% -
HSV(B) 359.62º 0.87% 0.71% -
XYZ 19.32 10.43 1.91 -
YUV 70.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 180 24 25 0 0.87 0.86 0.29 359.62 0.76 0.4
Hex B4 18 19 0 57 56 1D 168 4C 28
Octal 264 30 31 0 127 126 35 550 114 50
Binary 10110100 11000 11001 0 1010111 1010110 11101 101101000 1001100 101000

Color Harmonies of #B41819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41819

Black with #B41819

Text Example


Text Example

White with #B41819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41819; }

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

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

background-color css

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

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

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

border-color css

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

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

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