Html Css Color HEX #B20518 Venetian Red

📋 copy color: '#B20518'

red 178 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #B20518

Tints of Venetian Red #B20518

RGB

 RED value IS 178 (69.92% from 255) = 85.99%

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

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

R = 85.99%
G = 2.42%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B20518 (or 0xB20518) is known color: Venetian Red. HEX triplet: B2, 05 and 18. RGB value is (178,5,24). Sum of RGB (Red+Green+Blue) = 178+5+24=207 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.99% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 178 - color contains mainly: red. Hex color #B20518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20518 is #4DFAE7. Grayscale: #3A3A3A. Windows color (decimal): -5110504 or 1574322. OLE color: 1574322.

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

Color convert

RGB 178 5 24 -
CMYK 0 0.97 0.87 0.30
HSL 353.41º 0.95% 0.36% -
HSV(B) 353.41º 0.97% 0.7% -
XYZ 18.58 9.64 1.75 -
YUV 58.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 178 5 24 0 0.97 0.87 0.30 353.41 0.95 0.36
Hex B2 5 18 0 61 57 1E 161 5F 24
Octal 262 5 30 0 141 127 36 541 137 44
Binary 10110010 101 11000 0 1100001 1010111 11110 101100001 1011111 100100

Color Harmonies of #B20518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20518

Black with #B20518

Text Example


Text Example

White with #B20518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20518; }

 p { color: rgb(178,5,24); }

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

background-color css

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

 a { background-color: rgb(178,5,24); }

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

border-color css

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

 span { border-color: rgb(178,5,24); }

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