Html Css Color HEX #BA0A2A Venetian Red

📋 copy color: '#BA0A2A'

red 186 ◦ green 10 ◦ blue 42

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

Shades of Venetian Red #BA0A2A

Tints of Venetian Red #BA0A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 78.15%
G = 4.2%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA0A2A (or 0xBA0A2A) is known color: Venetian Red. HEX triplet: BA, 0A and 2A. RGB value is (186,10,42). Sum of RGB (Red+Green+Blue) = 186+10+42=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A2A is #45F5D5. Grayscale: #424242. Windows color (decimal): -4584918 or 2755258. OLE color: 2755258.

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

Color convert

RGB 186 10 42 -
CMYK 0 0.95 0.77 0.27
HSL 349.09º 0.9% 0.38% -
HSV(B) 349.09º 0.95% 0.73% -
XYZ 20.78 10.82 3.18 -
YUV 66.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 186 10 42 0 0.95 0.77 0.27 349.09 0.9 0.38
Hex BA A 2A 0 5F 4D 1B 15D 5A 26
Octal 272 12 52 0 137 115 33 535 132 46
Binary 10111010 1010 101010 0 1011111 1001101 11011 101011101 1011010 100110

Color Harmonies of #BA0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A2A

Black with #BA0A2A

Text Example


Text Example

White with #BA0A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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