Html Css Color HEX #B41516 Venetian Red

📋 copy color: '#B41516'

red 180 ◦ green 21 ◦ blue 22

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

Shades of Venetian Red #B41516

Tints of Venetian Red #B41516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 80.72%
G = 9.42%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B41516 (or 0xB41516) is known color: Venetian Red. HEX triplet: B4, 15 and 16. RGB value is (180,21,22). Sum of RGB (Red+Green+Blue) = 180+21+22=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B41516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41516 is #4BEAE9. Grayscale: #444444. Windows color (decimal): -4975338 or 1447348. OLE color: 1447348.

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

Color convert

RGB 180 21 22 -
CMYK 0 0.88 0.88 0.29
HSL 359.62º 0.79% 0.39% -
HSV(B) 359.62º 0.88% 0.71% -
XYZ 19.24 10.3 1.73 -
YUV 68.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 180 21 22 0 0.88 0.88 0.29 359.62 0.79 0.39
Hex B4 15 16 0 58 58 1D 168 4F 27
Octal 264 25 26 0 130 130 35 550 117 47
Binary 10110100 10101 10110 0 1011000 1011000 11101 101101000 1001111 100111

Color Harmonies of #B41516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41516

Black with #B41516

Text Example


Text Example

White with #B41516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41516; }

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

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

background-color css

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

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

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

border-color css

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

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

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