Html Css Color HEX #BA0A12 Venetian Red

📋 copy color: '#BA0A12'

red 186 ◦ green 10 ◦ blue 18

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

Shades of Venetian Red #BA0A12

Tints of Venetian Red #BA0A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 86.92%
G = 4.67%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0A12 (or 0xBA0A12) is known color: Venetian Red. HEX triplet: BA, 0A and 12. RGB value is (186,10,18). Sum of RGB (Red+Green+Blue) = 186+10+18=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A12 is #45F5ED. Grayscale: #3F3F3F. Windows color (decimal): -4584942 or 1182394. OLE color: 1182394.

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

Color convert

RGB 186 10 18 -
CMYK 0 0.95 0.90 0.27
HSL 357.27º 0.9% 0.38% -
HSV(B) 357.27º 0.95% 0.73% -
XYZ 20.47 10.7 1.56 -
YUV 63.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 186 10 18 0 0.95 0.90 0.27 357.27 0.9 0.38
Hex BA A 12 0 5F 5A 1B 165 5A 26
Octal 272 12 22 0 137 132 33 545 132 46
Binary 10111010 1010 10010 0 1011111 1011010 11011 101100101 1011010 100110

Color Harmonies of #BA0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A12

Black with #BA0A12

Text Example


Text Example

White with #BA0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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