Html Css Color HEX #B20A1A Venetian Red

📋 copy color: '#B20A1A'

red 178 ◦ green 10 ◦ blue 26

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

Shades of Venetian Red #B20A1A

Tints of Venetian Red #B20A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 83.18%
G = 4.67%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B20A1A (or 0xB20A1A) is known color: Venetian Red. HEX triplet: B2, 0A and 1A. RGB value is (178,10,26). Sum of RGB (Red+Green+Blue) = 178+10+26=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A1A is #4DF5E5. Grayscale: #3E3E3E. Windows color (decimal): -5109222 or 1706674. OLE color: 1706674.

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

Color convert

RGB 178 10 26 -
CMYK 0 0.94 0.85 0.30
HSL 354.29º 0.89% 0.37% -
HSV(B) 354.29º 0.94% 0.7% -
XYZ 18.66 9.76 1.88 -
YUV 62.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 178 10 26 0 0.94 0.85 0.30 354.29 0.89 0.37
Hex B2 A 1A 0 5E 55 1E 162 59 25
Octal 262 12 32 0 136 125 36 542 131 45
Binary 10110010 1010 11010 0 1011110 1010101 11110 101100010 1011001 100101

Color Harmonies of #B20A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A1A

Black with #B20A1A

Text Example


Text Example

White with #B20A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A1A; }

 p { color: rgb(178,10,26); }

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

background-color css

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

 a { background-color: rgb(178,10,26); }

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

border-color css

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

 span { border-color: rgb(178,10,26); }

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