Html Css Color HEX #B20013 Venetian Red

📋 copy color: '#B20013'

red 178 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #B20013

Tints of Venetian Red #B20013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 90.36%
G = 0%
B = 9.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B20013 (or 0xB20013) is known color: Venetian Red. HEX triplet: B2, 00 and 13. RGB value is (178,0,19). Sum of RGB (Red+Green+Blue) = 178+0+19=197 (26% of max value = 765). Red value is 178 (69.92% from 255 or 90.36% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 178 - color contains mainly: red. Hex color #B20013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20013 is #4DFFEC. Grayscale: #373737. Windows color (decimal): -5111789 or 1245362. OLE color: 1245362.

HSL color Cylindrical-coordinate representation of color #B20013: hue angle of 353.6º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 19 -
CMYK 0 1 0.89 0.30
HSL 353.6º 1% 0.35% -
HSV(B) 353.6º 1% 0.7% -
XYZ 18.48 9.51 1.48 -
YUV 55.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 178 0 19 0 1 0.89 0.30 353.6 1 0.35
Hex B2 0 13 0 64 59 1E 162 64 23
Octal 262 0 23 0 144 131 36 542 144 43
Binary 10110010 0 10011 0 1100100 1011001 11110 101100010 1100100 100011

Color Harmonies of #B20013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20013

Black with #B20013

Text Example


Text Example

White with #B20013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20013; }

 p { color: rgb(178,0,19); }

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

background-color css

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

 a { background-color: rgb(178,0,19); }

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

border-color css

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

 span { border-color: rgb(178,0,19); }

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