Html Css Color HEX #B41518 Venetian Red

📋 copy color: '#B41518'

red 180 ◦ green 21 ◦ blue 24

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

Shades of Venetian Red #B41518

Tints of Venetian Red #B41518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 80%
G = 9.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B41518 (or 0xB41518) is known color: Venetian Red. HEX triplet: B4, 15 and 18. RGB value is (180,21,24). Sum of RGB (Red+Green+Blue) = 180+21+24=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B41518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41518 is #4BEAE7. Grayscale: #454545. Windows color (decimal): -4975336 or 1578420. OLE color: 1578420.

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

Color convert

RGB 180 21 24 -
CMYK 0 0.88 0.87 0.29
HSL 358.87º 0.79% 0.39% -
HSV(B) 358.87º 0.88% 0.71% -
XYZ 19.26 10.31 1.84 -
YUV 68.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 180 21 24 0 0.88 0.87 0.29 358.87 0.79 0.39
Hex B4 15 18 0 58 57 1D 167 4F 27
Octal 264 25 30 0 130 127 35 547 117 47
Binary 10110100 10101 11000 0 1011000 1010111 11101 101100111 1001111 100111

Color Harmonies of #B41518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41518

Black with #B41518

Text Example


Text Example

White with #B41518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41518; }

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

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

background-color css

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

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

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

border-color css

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

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

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