Html Css Color HEX #BA2441 Cardinal

📋 copy color: '#BA2441'

red 186 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #BA2441

Tints of Cardinal #BA2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 64.81%
G = 12.54%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2441 (or 0xBA2441) is known color: Cardinal. HEX triplet: BA, 24 and 41. RGB value is (186,36,65). Sum of RGB (Red+Green+Blue) = 186+36+65=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2441 is #45DBBE. Grayscale: #545454. Windows color (decimal): -4578239 or 4269242. OLE color: 4269242.

HSL color Cylindrical-coordinate representation of color #BA2441: hue angle of 348.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2441 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 65 -
CMYK 0 0.81 0.65 0.27
HSL 348.4º 0.68% 0.44% -
HSV(B) 348.4º 0.81% 0.73% -
XYZ 21.83 12.08 6.18 -
YUV 84.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 186 36 65 0 0.81 0.65 0.27 348.4 0.68 0.44
Hex BA 24 41 0 51 41 1B 15C 44 2C
Octal 272 44 101 0 121 101 33 534 104 54
Binary 10111010 100100 1000001 0 1010001 1000001 11011 101011100 1000100 101100

Color Harmonies of #BA2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2441

Black with #BA2441

Text Example


Text Example

White with #BA2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2441; }

 p { color: rgb(186,36,65); }

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

background-color css

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

 a { background-color: rgb(186,36,65); }

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

border-color css

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

 span { border-color: rgb(186,36,65); }

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