Html Css Color HEX #BA0E24 Venetian Red

📋 copy color: '#BA0E24'

red 186 ◦ green 14 ◦ blue 36

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

Shades of Venetian Red #BA0E24

Tints of Venetian Red #BA0E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.93%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 78.81%
G = 5.93%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0E24 (or 0xBA0E24) is known color: Venetian Red. HEX triplet: BA, 0E and 24. RGB value is (186,14,36). Sum of RGB (Red+Green+Blue) = 186+14+36=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E24 is #45F1DB. Grayscale: #444444. Windows color (decimal): -4583900 or 2363066. OLE color: 2363066.

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

Color convert

RGB 186 14 36 -
CMYK 0 0.92 0.81 0.27
HSL 352.33º 0.86% 0.39% -
HSV(B) 352.33º 0.92% 0.73% -
XYZ 20.73 10.88 2.68 -
YUV 67.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 186 14 36 0 0.92 0.81 0.27 352.33 0.86 0.39
Hex BA E 24 0 5C 51 1B 160 56 27
Octal 272 16 44 0 134 121 33 540 126 47
Binary 10111010 1110 100100 0 1011100 1010001 11011 101100000 1010110 100111

Color Harmonies of #BA0E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E24

Black with #BA0E24

Text Example


Text Example

White with #BA0E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E24; }

 p { color: rgb(186,14,36); }

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

background-color css

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

 a { background-color: rgb(186,14,36); }

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

border-color css

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

 span { border-color: rgb(186,14,36); }

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