Html Css Color HEX #BA2341 Cardinal

📋 copy color: '#BA2341'

red 186 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #BA2341

Tints of Cardinal #BA2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 65.03%
G = 12.24%
B = 22.73%

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

#BA2341 (or 0xBA2341) is known color: Cardinal. HEX triplet: BA, 23 and 41. RGB value is (186,35,65). Sum of RGB (Red+Green+Blue) = 186+35+65=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2341 is #45DCBE. Grayscale: #535353. Windows color (decimal): -4578495 or 4268986. OLE color: 4268986.

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

Color convert

RGB 186 35 65 -
CMYK 0 0.81 0.65 0.27
HSL 348.08º 0.68% 0.43% -
HSV(B) 348.08º 0.81% 0.73% -
XYZ 21.8 12.02 6.17 -
YUV 83.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 186 35 65 0 0.81 0.65 0.27 348.08 0.68 0.43
Hex BA 23 41 0 51 41 1B 15C 44 2B
Octal 272 43 101 0 121 101 33 534 104 53
Binary 10111010 100011 1000001 0 1010001 1000001 11011 101011100 1000100 101011

Color Harmonies of #BA2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2341

Black with #BA2341

Text Example


Text Example

White with #BA2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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