Html Css Color HEX #BA243F Cardinal

📋 copy color: '#BA243F'

red 186 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #BA243F

Tints of Cardinal #BA243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.11%

R = 65.26%
G = 12.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA243F (or 0xBA243F) is known color: Cardinal. HEX triplet: BA, 24 and 3F. RGB value is (186,36,63). Sum of RGB (Red+Green+Blue) = 186+36+63=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA243F is #45DBC0. Grayscale: #535353. Windows color (decimal): -4578241 or 4138170. OLE color: 4138170.

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

Color convert

RGB 186 36 63 -
CMYK 0 0.81 0.66 0.27
HSL 349.2º 0.68% 0.44% -
HSV(B) 349.2º 0.81% 0.73% -
XYZ 21.78 12.06 5.88 -
YUV 83.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 186 36 63 0 0.81 0.66 0.27 349.2 0.68 0.44
Hex BA 24 3F 0 51 42 1B 15D 44 2C
Octal 272 44 77 0 121 102 33 535 104 54
Binary 10111010 100100 111111 0 1010001 1000010 11011 101011101 1000100 101100

Color Harmonies of #BA243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA243F

Black with #BA243F

Text Example


Text Example

White with #BA243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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