Html Css Color HEX #BA243E Cardinal

📋 copy color: '#BA243E'

red 186 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #BA243E

Tints of Cardinal #BA243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 65.49%
G = 12.68%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA243E (or 0xBA243E) is known color: Cardinal. HEX triplet: BA, 24 and 3E. RGB value is (186,36,62). Sum of RGB (Red+Green+Blue) = 186+36+62=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA243E is #45DBC1. Grayscale: #535353. Windows color (decimal): -4578242 or 4072634. OLE color: 4072634.

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

Color convert

RGB 186 36 62 -
CMYK 0 0.81 0.67 0.27
HSL 349.6º 0.68% 0.44% -
HSV(B) 349.6º 0.81% 0.73% -
XYZ 21.75 12.05 5.74 -
YUV 83.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 186 36 62 0 0.81 0.67 0.27 349.6 0.68 0.44
Hex BA 24 3E 0 51 43 1B 15E 44 2C
Octal 272 44 76 0 121 103 33 536 104 54
Binary 10111010 100100 111110 0 1010001 1000011 11011 101011110 1000100 101100

Color Harmonies of #BA243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA243E

Black with #BA243E

Text Example


Text Example

White with #BA243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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