Html Css Color HEX #BA0D45 Cardinal

📋 copy color: '#BA0D45'

red 186 ◦ green 13 ◦ blue 69

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

Shades of Cardinal #BA0D45

Tints of Cardinal #BA0D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

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

R = 69.4%
G = 4.85%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0D45 (or 0xBA0D45) is known color: Cardinal. HEX triplet: BA, 0D and 45. RGB value is (186,13,69). Sum of RGB (Red+Green+Blue) = 186+13+69=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D45 is #45F2BA. Grayscale: #474747. Windows color (decimal): -4584123 or 4525498. OLE color: 4525498.

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

Color convert

RGB 186 13 69 -
CMYK 0 0.93 0.63 0.27
HSL 340.58º 0.87% 0.39% -
HSV(B) 340.58º 0.93% 0.73% -
XYZ 21.47 11.16 6.65 -
YUV 71.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 186 13 69 0 0.93 0.63 0.27 340.58 0.87 0.39
Hex BA D 45 0 5D 3F 1B 155 57 27
Octal 272 15 105 0 135 77 33 525 127 47
Binary 10111010 1101 1000101 0 1011101 111111 11011 101010101 1010111 100111

Color Harmonies of #BA0D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D45

Black with #BA0D45

Text Example


Text Example

White with #BA0D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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