Html Css Color HEX #BA2442 Cardinal

📋 copy color: '#BA2442'

red 186 ◦ green 36 ◦ blue 66

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

Shades of Cardinal #BA2442

Tints of Cardinal #BA2442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 64.58%
G = 12.5%
B = 22.92%

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

#BA2442 (or 0xBA2442) is known color: Cardinal. HEX triplet: BA, 24 and 42. RGB value is (186,36,66). Sum of RGB (Red+Green+Blue) = 186+36+66=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2442 is #45DBBD. Grayscale: #545454. Windows color (decimal): -4578238 or 4334778. OLE color: 4334778.

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

Color convert

RGB 186 36 66 -
CMYK 0 0.81 0.65 0.27
HSL 348º 0.68% 0.44% -
HSV(B) 348º 0.81% 0.73% -
XYZ 21.86 12.09 6.34 -
YUV 84.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 186 36 66 0 0.81 0.65 0.27 348 0.68 0.44
Hex BA 24 42 0 51 41 1B 15C 44 2C
Octal 272 44 102 0 121 101 33 534 104 54
Binary 10111010 100100 1000010 0 1010001 1000001 11011 101011100 1000100 101100

Color Harmonies of #BA2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2442

Black with #BA2442

Text Example


Text Example

White with #BA2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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