Html Css Color HEX #B20D1C Venetian Red

📋 copy color: '#B20D1C'

red 178 ◦ green 13 ◦ blue 28

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

Shades of Venetian Red #B20D1C

Tints of Venetian Red #B20D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 81.28%
G = 5.94%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B20D1C (or 0xB20D1C) is known color: Venetian Red. HEX triplet: B2, 0D and 1C. RGB value is (178,13,28). Sum of RGB (Red+Green+Blue) = 178+13+28=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D1C is #4DF2E3. Grayscale: #404040. Windows color (decimal): -5108452 or 1838514. OLE color: 1838514.

HSL color Cylindrical-coordinate representation of color #B20D1C: hue angle of 354.55º 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 #B20D1C is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 28 -
CMYK 0 0.93 0.84 0.30
HSL 354.55º 0.86% 0.37% -
HSV(B) 354.55º 0.93% 0.7% -
XYZ 18.71 9.84 2.01 -
YUV 64.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 178 13 28 0 0.93 0.84 0.30 354.55 0.86 0.37
Hex B2 D 1C 0 5D 54 1E 163 56 25
Octal 262 15 34 0 135 124 36 543 126 45
Binary 10110010 1101 11100 0 1011101 1010100 11110 101100011 1010110 100101

Color Harmonies of #B20D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D1C

Black with #B20D1C

Text Example


Text Example

White with #B20D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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