Html Css Color HEX #BA121A Venetian Red

📋 copy color: '#BA121A'

red 186 ◦ green 18 ◦ blue 26

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

Shades of Venetian Red #BA121A

Tints of Venetian Red #BA121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 80.87%
G = 7.83%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA121A (or 0xBA121A) is known color: Venetian Red. HEX triplet: BA, 12 and 1A. RGB value is (186,18,26). Sum of RGB (Red+Green+Blue) = 186+18+26=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA121A is #45EDE5. Grayscale: #454545. Windows color (decimal): -4582886 or 1708730. OLE color: 1708730.

HSL color Cylindrical-coordinate representation of color #BA121A: hue angle of 357.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA121A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 26 -
CMYK 0 0.90 0.86 0.27
HSL 357.14º 0.82% 0.4% -
HSV(B) 357.14º 0.9% 0.73% -
XYZ 20.65 10.95 2 -
YUV 69.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 186 18 26 0 0.90 0.86 0.27 357.14 0.82 0.4
Hex BA 12 1A 0 5A 56 1B 165 52 28
Octal 272 22 32 0 132 126 33 545 122 50
Binary 10111010 10010 11010 0 1011010 1010110 11011 101100101 1010010 101000

Color Harmonies of #BA121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA121A

Black with #BA121A

Text Example


Text Example

White with #BA121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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