Html Css Color HEX #BA1D45 Cardinal

📋 copy color: '#BA1D45'

red 186 ◦ green 29 ◦ blue 69

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

Shades of Cardinal #BA1D45

Tints of Cardinal #BA1D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

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

R = 65.49%
G = 10.21%
B = 24.3%

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

#BA1D45 (or 0xBA1D45) is known color: Cardinal. HEX triplet: BA, 1D and 45. RGB value is (186,29,69). Sum of RGB (Red+Green+Blue) = 186+29+69=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D45 is #45E2BA. Grayscale: #505050. Windows color (decimal): -4580027 or 4529594. OLE color: 4529594.

HSL color Cylindrical-coordinate representation of color #BA1D45: hue angle of 344.71º degrees, saturation: 0.73, 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 #BA1D45 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 69 -
CMYK 0 0.84 0.63 0.27
HSL 344.71º 0.73% 0.42% -
HSV(B) 344.71º 0.84% 0.73% -
XYZ 21.76 11.75 6.75 -
YUV 80.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 186 29 69 0 0.84 0.63 0.27 344.71 0.73 0.42
Hex BA 1D 45 0 54 3F 1B 159 49 2A
Octal 272 35 105 0 124 77 33 531 111 52
Binary 10111010 11101 1000101 0 1010100 111111 11011 101011001 1001001 101010

Color Harmonies of #BA1D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D45

Black with #BA1D45

Text Example


Text Example

White with #BA1D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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