Html Css Color HEX #BA0020 Venetian Red

📋 copy color: '#BA0020'

red 186 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #BA0020

Tints of Venetian Red #BA0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.32%
G = 0%
B = 14.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0020 (or 0xBA0020) is known color: Venetian Red. HEX triplet: BA, 00 and 20. RGB value is (186,0,32). Sum of RGB (Red+Green+Blue) = 186+0+32=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0020 is #45FFDF. Grayscale: #3B3B3B. Windows color (decimal): -4587488 or 2097338. OLE color: 2097338.

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

Color convert

RGB 186 0 32 -
CMYK 0 1 0.83 0.27
HSL 349.68º 1% 0.36% -
HSV(B) 349.68º 1% 0.73% -
XYZ 20.51 10.54 2.32 -
YUV 59.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 186 0 32 0 1 0.83 0.27 349.68 1 0.36
Hex BA 0 20 0 64 53 1B 15E 64 24
Octal 272 0 40 0 144 123 33 536 144 44
Binary 10111010 0 100000 0 1100100 1010011 11011 101011110 1100100 100100

Color Harmonies of #BA0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0020

Black with #BA0020

Text Example


Text Example

White with #BA0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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