Html Css Color HEX #BA2429 Cardinal

📋 copy color: '#BA2429'

red 186 ◦ green 36 ◦ blue 41

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

Shades of Cardinal #BA2429

Tints of Cardinal #BA2429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 70.72%
G = 13.69%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2429 (or 0xBA2429) is known color: Cardinal. HEX triplet: BA, 24 and 29. RGB value is (186,36,41). Sum of RGB (Red+Green+Blue) = 186+36+41=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2429 is #45DBD6. Grayscale: #515151. Windows color (decimal): -4578263 or 2696378. OLE color: 2696378.

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

Color convert

RGB 186 36 41 -
CMYK 0 0.81 0.78 0.27
HSL 358º 0.68% 0.44% -
HSV(B) 358º 0.81% 0.73% -
XYZ 21.28 11.86 3.27 -
YUV 81.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 186 36 41 0 0.81 0.78 0.27 358 0.68 0.44
Hex BA 24 29 0 51 4E 1B 166 44 2C
Octal 272 44 51 0 121 116 33 546 104 54
Binary 10111010 100100 101001 0 1010001 1001110 11011 101100110 1000100 101100

Color Harmonies of #BA2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2429

Black with #BA2429

Text Example


Text Example

White with #BA2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2429; }

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

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

background-color css

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

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

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

border-color css

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

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

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