Html Css Color HEX #BA0A29 Venetian Red

📋 copy color: '#BA0A29'

red 186 ◦ green 10 ◦ blue 41

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

Shades of Venetian Red #BA0A29

Tints of Venetian Red #BA0A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 78.48%
G = 4.22%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0A29 (or 0xBA0A29) is known color: Venetian Red. HEX triplet: BA, 0A and 29. RGB value is (186,10,41). Sum of RGB (Red+Green+Blue) = 186+10+41=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A29 is #45F5D6. Grayscale: #424242. Windows color (decimal): -4584919 or 2689722. OLE color: 2689722.

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

Color convert

RGB 186 10 41 -
CMYK 0 0.95 0.78 0.27
HSL 349.43º 0.9% 0.38% -
HSV(B) 349.43º 0.95% 0.73% -
XYZ 20.76 10.82 3.09 -
YUV 66.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 186 10 41 0 0.95 0.78 0.27 349.43 0.9 0.38
Hex BA A 29 0 5F 4E 1B 15D 5A 26
Octal 272 12 51 0 137 116 33 535 132 46
Binary 10111010 1010 101001 0 1011111 1001110 11011 101011101 1011010 100110

Color Harmonies of #BA0A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A29

Black with #BA0A29

Text Example


Text Example

White with #BA0A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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