Html Css Color HEX #B40516 Venetian Red

📋 copy color: '#B40516'

red 180 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #B40516

Tints of Venetian Red #B40516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 86.96%
G = 2.42%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B40516 (or 0xB40516) is known color: Venetian Red. HEX triplet: B4, 05 and 16. RGB value is (180,5,22). Sum of RGB (Red+Green+Blue) = 180+5+22=207 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.96% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 180 - color contains mainly: red. Hex color #B40516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40516 is #4BFAE9. Grayscale: #3B3B3B. Windows color (decimal): -4979434 or 1443252. OLE color: 1443252.

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

Color convert

RGB 180 5 22 -
CMYK 0 0.97 0.88 0.29
HSL 354.17º 0.95% 0.36% -
HSV(B) 354.17º 0.97% 0.71% -
XYZ 19.02 9.87 1.66 -
YUV 59.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 180 5 22 0 0.97 0.88 0.29 354.17 0.95 0.36
Hex B4 5 16 0 61 58 1D 162 5F 24
Octal 264 5 26 0 141 130 35 542 137 44
Binary 10110100 101 10110 0 1100001 1011000 11101 101100010 1011111 100100

Color Harmonies of #B40516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40516

Black with #B40516

Text Example


Text Example

White with #B40516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40516; }

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

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

background-color css

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

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

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

border-color css

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

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

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