Html Css Color HEX #BA243B Cardinal

📋 copy color: '#BA243B'

red 186 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #BA243B

Tints of Cardinal #BA243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 66.19%
G = 12.81%
B = 21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA243B (or 0xBA243B) is known color: Cardinal. HEX triplet: BA, 24 and 3B. RGB value is (186,36,59). Sum of RGB (Red+Green+Blue) = 186+36+59=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA243B is #45DBC4. Grayscale: #535353. Windows color (decimal): -4578245 or 3876026. OLE color: 3876026.

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

Color convert

RGB 186 36 59 -
CMYK 0 0.81 0.68 0.27
HSL 350.8º 0.68% 0.44% -
HSV(B) 350.8º 0.81% 0.73% -
XYZ 21.67 12.02 5.31 -
YUV 83.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 186 36 59 0 0.81 0.68 0.27 350.8 0.68 0.44
Hex BA 24 3B 0 51 44 1B 15F 44 2C
Octal 272 44 73 0 121 104 33 537 104 54
Binary 10111010 100100 111011 0 1010001 1000100 11011 101011111 1000100 101100

Color Harmonies of #BA243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA243B

Black with #BA243B

Text Example


Text Example

White with #BA243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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