Html Css Color HEX #B20D1E Venetian Red

📋 copy color: '#B20D1E'

red 178 ◦ green 13 ◦ blue 30

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

Shades of Venetian Red #B20D1E

Tints of Venetian Red #B20D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.88%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 80.54%
G = 5.88%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B20D1E (or 0xB20D1E) is known color: Venetian Red. HEX triplet: B2, 0D and 1E. RGB value is (178,13,30). Sum of RGB (Red+Green+Blue) = 178+13+30=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D1E is #4DF2E1. Grayscale: #404040. Windows color (decimal): -5108450 or 1969586. OLE color: 1969586.

HSL color Cylindrical-coordinate representation of color #B20D1E: hue angle of 353.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D1E is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 30 -
CMYK 0 0.93 0.83 0.30
HSL 353.82º 0.86% 0.37% -
HSV(B) 353.82º 0.93% 0.7% -
XYZ 18.74 9.85 2.14 -
YUV 64.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 178 13 30 0 0.93 0.83 0.30 353.82 0.86 0.37
Hex B2 D 1E 0 5D 53 1E 162 56 25
Octal 262 15 36 0 135 123 36 542 126 45
Binary 10110010 1101 11110 0 1011101 1010011 11110 101100010 1010110 100101

Color Harmonies of #B20D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D1E

Black with #B20D1E

Text Example


Text Example

White with #B20D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D1E; }

 p { color: rgb(178,13,30); }

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

background-color css

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

 a { background-color: rgb(178,13,30); }

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

border-color css

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

 span { border-color: rgb(178,13,30); }

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