Html Css Color HEX #BA0820 Venetian Red

📋 copy color: '#BA0820'

red 186 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #BA0820

Tints of Venetian Red #BA0820

RGB

 RED value IS 186 (73.05% from 255) = 82.3%

 GREEN value IS 8 (3.52% from 255) = 3.54%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 82.3%
G = 3.54%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0820 (or 0xBA0820) is known color: Venetian Red. HEX triplet: BA, 08 and 20. RGB value is (186,8,32). Sum of RGB (Red+Green+Blue) = 186+8+32=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0820 is #45F7DF. Grayscale: #404040. Windows color (decimal): -4585440 or 2099386. OLE color: 2099386.

HSL color Cylindrical-coordinate representation of color #BA0820: hue angle of 351.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0820 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 32 -
CMYK 0 0.96 0.83 0.27
HSL 351.91º 0.92% 0.38% -
HSV(B) 351.91º 0.96% 0.73% -
XYZ 20.6 10.72 2.35 -
YUV 63.96 109.97 215.05 -
System Red Green Blue C M Y K H S L
Decimal 186 8 32 0 0.96 0.83 0.27 351.91 0.92 0.38
Hex BA 8 20 0 60 53 1B 160 5C 26
Octal 272 10 40 0 140 123 33 540 134 46
Binary 10111010 1000 100000 0 1100000 1010011 11011 101100000 1011100 100110

Color Harmonies of #BA0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0820

Black with #BA0820

Text Example


Text Example

White with #BA0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0820; }

 p { color: rgb(186,8,32); }

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

background-color css

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

 a { background-color: rgb(186,8,32); }

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

border-color css

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

 span { border-color: rgb(186,8,32); }

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