Html Css Color HEX #BA1518 Venetian Red

📋 copy color: '#BA1518'

red 186 ◦ green 21 ◦ blue 24

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

Shades of Venetian Red #BA1518

Tints of Venetian Red #BA1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 80.52%
G = 9.09%
B = 10.39%

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

#BA1518 (or 0xBA1518) is known color: Venetian Red. HEX triplet: BA, 15 and 18. RGB value is (186,21,24). Sum of RGB (Red+Green+Blue) = 186+21+24=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1518 is #45EAE7. Grayscale: #464646. Windows color (decimal): -4582120 or 1578426. OLE color: 1578426.

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

Color convert

RGB 186 21 24 -
CMYK 0 0.89 0.87 0.27
HSL 358.91º 0.8% 0.41% -
HSV(B) 358.91º 0.89% 0.73% -
XYZ 20.68 11.04 1.91 -
YUV 70.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 186 21 24 0 0.89 0.87 0.27 358.91 0.8 0.41
Hex BA 15 18 0 59 57 1B 167 50 29
Octal 272 25 30 0 131 127 33 547 120 51
Binary 10111010 10101 11000 0 1011001 1010111 11011 101100111 1010000 101001

Color Harmonies of #BA1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1518

Black with #BA1518

Text Example


Text Example

White with #BA1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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