Html Css Color HEX #BA0E3A Cardinal

📋 copy color: '#BA0E3A'

red 186 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #BA0E3A

Tints of Cardinal #BA0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 72.09%
G = 5.43%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA0E3A (or 0xBA0E3A) is known color: Cardinal. HEX triplet: BA, 0E and 3A. RGB value is (186,14,58). Sum of RGB (Red+Green+Blue) = 186+14+58=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E3A is #45F1C5. Grayscale: #464646. Windows color (decimal): -4583878 or 3804858. OLE color: 3804858.

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

Color convert

RGB 186 14 58 -
CMYK 0 0.92 0.69 0.27
HSL 344.65º 0.86% 0.39% -
HSV(B) 344.65º 0.92% 0.73% -
XYZ 21.17 11.06 5.02 -
YUV 70.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 186 14 58 0 0.92 0.69 0.27 344.65 0.86 0.39
Hex BA E 3A 0 5C 45 1B 159 56 27
Octal 272 16 72 0 134 105 33 531 126 47
Binary 10111010 1110 111010 0 1011100 1000101 11011 101011001 1010110 100111

Color Harmonies of #BA0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E3A

Black with #BA0E3A

Text Example


Text Example

White with #BA0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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