Html Css Color HEX #BA243D Cardinal

📋 copy color: '#BA243D'

red 186 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #BA243D

Tints of Cardinal #BA243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 65.72%
G = 12.72%
B = 21.55%

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

#BA243D (or 0xBA243D) is known color: Cardinal. HEX triplet: BA, 24 and 3D. RGB value is (186,36,61). Sum of RGB (Red+Green+Blue) = 186+36+61=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA243D is #45DBC2. Grayscale: #535353. Windows color (decimal): -4578243 or 4007098. OLE color: 4007098.

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

Color convert

RGB 186 36 61 -
CMYK 0 0.81 0.67 0.27
HSL 350º 0.68% 0.44% -
HSV(B) 350º 0.81% 0.73% -
XYZ 21.72 12.04 5.59 -
YUV 83.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 186 36 61 0 0.81 0.67 0.27 350 0.68 0.44
Hex BA 24 3D 0 51 43 1B 15E 44 2C
Octal 272 44 75 0 121 103 33 536 104 54
Binary 10111010 100100 111101 0 1010001 1000011 11011 101011110 1000100 101100

Color Harmonies of #BA243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA243D

Black with #BA243D

Text Example


Text Example

White with #BA243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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