Html Css Color HEX #BA2439 Cardinal

📋 copy color: '#BA2439'

red 186 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #BA2439

Tints of Cardinal #BA2439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 66.67%
G = 12.9%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA2439 (or 0xBA2439) is known color: Cardinal. HEX triplet: BA, 24 and 39. RGB value is (186,36,57). Sum of RGB (Red+Green+Blue) = 186+36+57=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2439 is #45DBC6. Grayscale: #535353. Windows color (decimal): -4578247 or 3744954. OLE color: 3744954.

HSL color Cylindrical-coordinate representation of color #BA2439: hue angle of 351.6º 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 #BA2439 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 57 -
CMYK 0 0.81 0.69 0.27
HSL 351.6º 0.68% 0.44% -
HSV(B) 351.6º 0.81% 0.73% -
XYZ 21.62 12 5.05 -
YUV 83.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 186 36 57 0 0.81 0.69 0.27 351.6 0.68 0.44
Hex BA 24 39 0 51 45 1B 160 44 2C
Octal 272 44 71 0 121 105 33 540 104 54
Binary 10111010 100100 111001 0 1010001 1000101 11011 101100000 1000100 101100

Color Harmonies of #BA2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2439

Black with #BA2439

Text Example


Text Example

White with #BA2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2439; }

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

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

background-color css

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

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

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

border-color css

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

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

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