Html Css Color HEX #BA141A Venetian Red

📋 copy color: '#BA141A'

red 186 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #BA141A

Tints of Venetian Red #BA141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 80.17%
G = 8.62%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA141A (or 0xBA141A) is known color: Venetian Red. HEX triplet: BA, 14 and 1A. RGB value is (186,20,26). Sum of RGB (Red+Green+Blue) = 186+20+26=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA141A is #45EBE5. Grayscale: #464646. Windows color (decimal): -4582374 or 1709242. OLE color: 1709242.

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

Color convert

RGB 186 20 26 -
CMYK 0 0.89 0.86 0.27
HSL 357.83º 0.81% 0.4% -
HSV(B) 357.83º 0.89% 0.73% -
XYZ 20.69 11.01 2.01 -
YUV 70.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 186 20 26 0 0.89 0.86 0.27 357.83 0.81 0.4
Hex BA 14 1A 0 59 56 1B 166 51 28
Octal 272 24 32 0 131 126 33 546 121 50
Binary 10111010 10100 11010 0 1011001 1010110 11011 101100110 1010001 101000

Color Harmonies of #BA141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA141A

Black with #BA141A

Text Example


Text Example

White with #BA141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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