Html Css Color HEX #BA0120 Venetian Red

📋 copy color: '#BA0120'

red 186 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #BA0120

Tints of Venetian Red #BA0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 84.93%
G = 0.46%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0120 (or 0xBA0120) is known color: Venetian Red. HEX triplet: BA, 01 and 20. RGB value is (186,1,32). Sum of RGB (Red+Green+Blue) = 186+1+32=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0120 is #45FEDF. Grayscale: #3B3B3B. Windows color (decimal): -4587232 or 2097594. OLE color: 2097594.

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

Color convert

RGB 186 1 32 -
CMYK 0 0.99 0.83 0.27
HSL 349.95º 0.99% 0.37% -
HSV(B) 349.95º 0.99% 0.73% -
XYZ 20.52 10.57 2.32 -
YUV 59.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 186 1 32 0 0.99 0.83 0.27 349.95 0.99 0.37
Hex BA 1 20 0 63 53 1B 15E 63 25
Octal 272 1 40 0 143 123 33 536 143 45
Binary 10111010 1 100000 0 1100011 1010011 11011 101011110 1100011 100101

Color Harmonies of #BA0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0120

Black with #BA0120

Text Example


Text Example

White with #BA0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0120; }

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

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

background-color css

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

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

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

border-color css

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

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

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