Html Css Color HEX #BA1118 Venetian Red

📋 copy color: '#BA1118'

red 186 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #BA1118

Tints of Venetian Red #BA1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 81.94%
G = 7.49%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1118 (or 0xBA1118) is known color: Venetian Red. HEX triplet: BA, 11 and 18. RGB value is (186,17,24). Sum of RGB (Red+Green+Blue) = 186+17+24=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1118 is #45EEE7. Grayscale: #444444. Windows color (decimal): -4583144 or 1577402. OLE color: 1577402.

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

Color convert

RGB 186 17 24 -
CMYK 0 0.91 0.87 0.27
HSL 357.51º 0.83% 0.4% -
HSV(B) 357.51º 0.91% 0.73% -
XYZ 20.62 10.91 1.88 -
YUV 68.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 186 17 24 0 0.91 0.87 0.27 357.51 0.83 0.4
Hex BA 11 18 0 5B 57 1B 166 53 28
Octal 272 21 30 0 133 127 33 546 123 50
Binary 10111010 10001 11000 0 1011011 1010111 11011 101100110 1010011 101000

Color Harmonies of #BA1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1118

Black with #BA1118

Text Example


Text Example

White with #BA1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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