Html Css Color HEX #BA0A45 Cardinal

📋 copy color: '#BA0A45'

red 186 ◦ green 10 ◦ blue 69

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

Shades of Cardinal #BA0A45

Tints of Cardinal #BA0A45

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 70.19%
G = 3.77%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0A45 (or 0xBA0A45) is known color: Cardinal. HEX triplet: BA, 0A and 45. RGB value is (186,10,69). Sum of RGB (Red+Green+Blue) = 186+10+69=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A45 is #45F5BA. Grayscale: #454545. Windows color (decimal): -4584891 or 4524730. OLE color: 4524730.

HSL color Cylindrical-coordinate representation of color #BA0A45: hue angle of 339.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A45 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 69 -
CMYK 0 0.95 0.63 0.27
HSL 339.89º 0.9% 0.38% -
HSV(B) 339.89º 0.95% 0.73% -
XYZ 21.43 11.09 6.64 -
YUV 69.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 186 10 69 0 0.95 0.63 0.27 339.89 0.9 0.38
Hex BA A 45 0 5F 3F 1B 154 5A 26
Octal 272 12 105 0 137 77 33 524 132 46
Binary 10111010 1010 1000101 0 1011111 111111 11011 101010100 1011010 100110

Color Harmonies of #BA0A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A45

Black with #BA0A45

Text Example


Text Example

White with #BA0A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A45; }

 p { color: rgb(186,10,69); }

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

background-color css

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

 a { background-color: rgb(186,10,69); }

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

border-color css

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

 span { border-color: rgb(186,10,69); }

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