Html Css Color HEX #B20113 Venetian Red

📋 copy color: '#B20113'

red 178 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #B20113

Tints of Venetian Red #B20113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 89.9%
G = 0.51%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B20113 (or 0xB20113) is known color: Venetian Red. HEX triplet: B2, 01 and 13. RGB value is (178,1,19). Sum of RGB (Red+Green+Blue) = 178+1+19=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B20113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20113 is #4DFEEC. Grayscale: #383838. Windows color (decimal): -5111533 or 1245618. OLE color: 1245618.

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

Color convert

RGB 178 1 19 -
CMYK 0 0.99 0.89 0.30
HSL 353.9º 0.99% 0.35% -
HSV(B) 353.9º 0.99% 0.7% -
XYZ 18.49 9.53 1.48 -
YUV 55.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 178 1 19 0 0.99 0.89 0.30 353.9 0.99 0.35
Hex B2 1 13 0 63 59 1E 162 63 23
Octal 262 1 23 0 143 131 36 542 143 43
Binary 10110010 1 10011 0 1100011 1011001 11110 101100010 1100011 100011

Color Harmonies of #B20113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20113

Black with #B20113

Text Example


Text Example

White with #B20113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20113; }

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

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

background-color css

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

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

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

border-color css

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

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

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