Html Css Color HEX #BA1220 Venetian Red

📋 copy color: '#BA1220'

red 186 ◦ green 18 ◦ blue 32

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

Shades of Venetian Red #BA1220

Tints of Venetian Red #BA1220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 78.81%
G = 7.63%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA1220 (or 0xBA1220) is known color: Venetian Red. HEX triplet: BA, 12 and 20. RGB value is (186,18,32). Sum of RGB (Red+Green+Blue) = 186+18+32=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1220 is #45EDDF. Grayscale: #454545. Windows color (decimal): -4582880 or 2101946. OLE color: 2101946.

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

Color convert

RGB 186 18 32 -
CMYK 0 0.90 0.83 0.27
HSL 355º 0.82% 0.4% -
HSV(B) 355º 0.9% 0.73% -
XYZ 20.73 10.98 2.39 -
YUV 69.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 186 18 32 0 0.90 0.83 0.27 355 0.82 0.4
Hex BA 12 20 0 5A 53 1B 163 52 28
Octal 272 22 40 0 132 123 33 543 122 50
Binary 10111010 10010 100000 0 1011010 1010011 11011 101100011 1010010 101000

Color Harmonies of #BA1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1220

Black with #BA1220

Text Example


Text Example

White with #BA1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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