Html Css Color HEX #BA2343 Cardinal

📋 copy color: '#BA2343'

red 186 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #BA2343

Tints of Cardinal #BA2343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.26%

R = 64.58%
G = 12.15%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA2343 (or 0xBA2343) is known color: Cardinal. HEX triplet: BA, 23 and 43. RGB value is (186,35,67). Sum of RGB (Red+Green+Blue) = 186+35+67=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2343 is #45DCBC. Grayscale: #535353. Windows color (decimal): -4578493 or 4400058. OLE color: 4400058.

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

Color convert

RGB 186 35 67 -
CMYK 0 0.81 0.64 0.27
HSL 347.28º 0.68% 0.43% -
HSV(B) 347.28º 0.81% 0.73% -
XYZ 21.86 12.05 6.48 -
YUV 83.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 186 35 67 0 0.81 0.64 0.27 347.28 0.68 0.43
Hex BA 23 43 0 51 40 1B 15B 44 2B
Octal 272 43 103 0 121 100 33 533 104 53
Binary 10111010 100011 1000011 0 1010001 1000000 11011 101011011 1000100 101011

Color Harmonies of #BA2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2343

Black with #BA2343

Text Example


Text Example

White with #BA2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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