Html Css Color HEX #BA1E45 Cardinal

📋 copy color: '#BA1E45'

red 186 ◦ green 30 ◦ blue 69

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

Shades of Cardinal #BA1E45

Tints of Cardinal #BA1E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

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

R = 65.26%
G = 10.53%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1E45 (or 0xBA1E45) is known color: Cardinal. HEX triplet: BA, 1E and 45. RGB value is (186,30,69). Sum of RGB (Red+Green+Blue) = 186+30+69=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E45 is #45E1BA. Grayscale: #515151. Windows color (decimal): -4579771 or 4529850. OLE color: 4529850.

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

Color convert

RGB 186 30 69 -
CMYK 0 0.84 0.63 0.27
HSL 345º 0.72% 0.42% -
HSV(B) 345º 0.84% 0.73% -
XYZ 21.79 11.8 6.76 -
YUV 81.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 186 30 69 0 0.84 0.63 0.27 345 0.72 0.42
Hex BA 1E 45 0 54 3F 1B 159 48 2A
Octal 272 36 105 0 124 77 33 531 110 52
Binary 10111010 11110 1000101 0 1010100 111111 11011 101011001 1001000 101010

Color Harmonies of #BA1E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E45

Black with #BA1E45

Text Example


Text Example

White with #BA1E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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