Html Css Color HEX #BA0E2E Cardinal

📋 copy color: '#BA0E2E'

red 186 ◦ green 14 ◦ blue 46

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

Shades of Cardinal #BA0E2E

Tints of Cardinal #BA0E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 75.61%
G = 5.69%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA0E2E (or 0xBA0E2E) is known color: Cardinal. HEX triplet: BA, 0E and 2E. RGB value is (186,14,46). Sum of RGB (Red+Green+Blue) = 186+14+46=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E2E is #45F1D1. Grayscale: #454545. Windows color (decimal): -4583890 or 3018426. OLE color: 3018426.

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

Color convert

RGB 186 14 46 -
CMYK 0 0.92 0.75 0.27
HSL 348.84º 0.86% 0.39% -
HSV(B) 348.84º 0.92% 0.73% -
XYZ 20.9 10.95 3.6 -
YUV 69.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 186 14 46 0 0.92 0.75 0.27 348.84 0.86 0.39
Hex BA E 2E 0 5C 4B 1B 15D 56 27
Octal 272 16 56 0 134 113 33 535 126 47
Binary 10111010 1110 101110 0 1011100 1001011 11011 101011101 1010110 100111

Color Harmonies of #BA0E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E2E

Black with #BA0E2E

Text Example


Text Example

White with #BA0E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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