Html Css Color HEX #BA243A Cardinal

📋 copy color: '#BA243A'

red 186 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #BA243A

Tints of Cardinal #BA243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 66.43%
G = 12.86%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA243A (or 0xBA243A) is known color: Cardinal. HEX triplet: BA, 24 and 3A. RGB value is (186,36,58). Sum of RGB (Red+Green+Blue) = 186+36+58=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA243A is #45DBC5. Grayscale: #535353. Windows color (decimal): -4578246 or 3810490. OLE color: 3810490.

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

Color convert

RGB 186 36 58 -
CMYK 0 0.81 0.69 0.27
HSL 351.2º 0.68% 0.44% -
HSV(B) 351.2º 0.81% 0.73% -
XYZ 21.64 12.01 5.18 -
YUV 83.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 186 36 58 0 0.81 0.69 0.27 351.2 0.68 0.44
Hex BA 24 3A 0 51 45 1B 15F 44 2C
Octal 272 44 72 0 121 105 33 537 104 54
Binary 10111010 100100 111010 0 1010001 1000101 11011 101011111 1000100 101100

Color Harmonies of #BA243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA243A

Black with #BA243A

Text Example


Text Example

White with #BA243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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