Html Css Color HEX #BA1418 Venetian Red

📋 copy color: '#BA1418'

red 186 ◦ green 20 ◦ blue 24

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

Shades of Venetian Red #BA1418

Tints of Venetian Red #BA1418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 80.87%
G = 8.7%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1418 (or 0xBA1418) is known color: Venetian Red. HEX triplet: BA, 14 and 18. RGB value is (186,20,24). Sum of RGB (Red+Green+Blue) = 186+20+24=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1418 is #45EBE7. Grayscale: #464646. Windows color (decimal): -4582376 or 1578170. OLE color: 1578170.

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

Color convert

RGB 186 20 24 -
CMYK 0 0.89 0.87 0.27
HSL 358.55º 0.81% 0.4% -
HSV(B) 358.55º 0.89% 0.73% -
XYZ 20.66 11.01 1.9 -
YUV 70.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 186 20 24 0 0.89 0.87 0.27 358.55 0.81 0.4
Hex BA 14 18 0 59 57 1B 167 51 28
Octal 272 24 30 0 131 127 33 547 121 50
Binary 10111010 10100 11000 0 1011001 1010111 11011 101100111 1010001 101000

Color Harmonies of #BA1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1418

Black with #BA1418

Text Example


Text Example

White with #BA1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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