Html Css Color HEX #B20214 Venetian Red

📋 copy color: '#B20214'

red 178 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #B20214

Tints of Venetian Red #B20214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 89%
G = 1%
B = 10%

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

#B20214 (or 0xB20214) is known color: Venetian Red. HEX triplet: B2, 02 and 14. RGB value is (178,2,20). Sum of RGB (Red+Green+Blue) = 178+2+20=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B20214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20214 is #4DFDEB. Grayscale: #383838. Windows color (decimal): -5111276 or 1311410. OLE color: 1311410.

HSL color Cylindrical-coordinate representation of color #B20214: hue angle of 353.86º degrees, saturation: 0.98, 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 #B20214 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 20 -
CMYK 0 0.99 0.89 0.30
HSL 353.86º 0.98% 0.35% -
HSV(B) 353.86º 0.99% 0.7% -
XYZ 18.51 9.56 1.53 -
YUV 56.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 178 2 20 0 0.99 0.89 0.30 353.86 0.98 0.35
Hex B2 2 14 0 63 59 1E 162 62 23
Octal 262 2 24 0 143 131 36 542 142 43
Binary 10110010 10 10100 0 1100011 1011001 11110 101100010 1100010 100011

Color Harmonies of #B20214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20214

Black with #B20214

Text Example


Text Example

White with #B20214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20214; }

 p { color: rgb(178,2,20); }

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

background-color css

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

 a { background-color: rgb(178,2,20); }

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

border-color css

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

 span { border-color: rgb(178,2,20); }

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