#BA002A

Color #BA002A Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BA002A

Tints of Venetian Red #BA002A

Color information

#BA002A (or 0xBA002A) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 2A. RGB value is (186,0,42). Sum of RGB (Red+Green+Blue) = 186+0+42=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA002A is #45FFD5. Grayscale: #3C3C3C. Windows color (decimal): -4587478 or 2752698. OLE color: 2752698.

HSL color Cylindrical-coordinate representation of color #BA002A: hue angle of 346.45º 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 #BA002A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB186042-
CMYK010.770.27
HSL346.45º100%36.47%-
HSV(B)346.45º100%72.94%-
XYZ20.6710.613.15-
YUV60.4117.62217.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=81.58%
G=0%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186042010.770.27346.4510036.47
HexBA02A0644D1B15a6424
Octal27205201441153353214444
Binary101110100101010011001001001101110111010110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA002A; }

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

 H1.HeaderClassName
 {
   color: #BA002A;
 }
 .AnyTagClassName
 {
   color: #BA002A;
 }
</style>
background-color css

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

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

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

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

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

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