Html Css Color HEX #BA2342 Cardinal

📋 copy color: '#BA2342'

red 186 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #BA2342

Tints of Cardinal #BA2342

RGB

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

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

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

R = 64.81%
G = 12.2%
B = 23%

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

#BA2342 (or 0xBA2342) is known color: Cardinal. HEX triplet: BA, 23 and 42. RGB value is (186,35,66). Sum of RGB (Red+Green+Blue) = 186+35+66=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2342 is #45DCBD. Grayscale: #535353. Windows color (decimal): -4578494 or 4334522. OLE color: 4334522.

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

Color convert

RGB 186 35 66 -
CMYK 0 0.81 0.65 0.27
HSL 347.68º 0.68% 0.43% -
HSV(B) 347.68º 0.81% 0.73% -
XYZ 21.83 12.03 6.33 -
YUV 83.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 186 35 66 0 0.81 0.65 0.27 347.68 0.68 0.43
Hex BA 23 42 0 51 41 1B 15C 44 2B
Octal 272 43 102 0 121 101 33 534 104 53
Binary 10111010 100011 1000010 0 1010001 1000001 11011 101011100 1000100 101011

Color Harmonies of #BA2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2342

Black with #BA2342

Text Example


Text Example

White with #BA2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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