Html Css Color HEX #BA0A25 Venetian Red

📋 copy color: '#BA0A25'

red 186 ◦ green 10 ◦ blue 37

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

Shades of Venetian Red #BA0A25

Tints of Venetian Red #BA0A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 79.83%
G = 4.29%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0A25 (or 0xBA0A25) is known color: Venetian Red. HEX triplet: BA, 0A and 25. RGB value is (186,10,37). Sum of RGB (Red+Green+Blue) = 186+10+37=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A25 is #45F5DA. Grayscale: #414141. Windows color (decimal): -4584923 or 2427578. OLE color: 2427578.

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

Color convert

RGB 186 10 37 -
CMYK 0 0.95 0.80 0.27
HSL 350.8º 0.9% 0.38% -
HSV(B) 350.8º 0.95% 0.73% -
XYZ 20.69 10.79 2.74 -
YUV 65.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 186 10 37 0 0.95 0.80 0.27 350.8 0.9 0.38
Hex BA A 25 0 5F 50 1B 15F 5A 26
Octal 272 12 45 0 137 120 33 537 132 46
Binary 10111010 1010 100101 0 1011111 1010000 11011 101011111 1011010 100110

Color Harmonies of #BA0A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A25

Black with #BA0A25

Text Example


Text Example

White with #BA0A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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