Html Css Color HEX #BA3D24 Medium Carmine

📋 copy color: '#BA3D24'

red 186 ◦ green 61 ◦ blue 36

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

Shades of Medium Carmine #BA3D24

Tints of Medium Carmine #BA3D24

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 186 61 36 -
CMYK 0 0.67 0.81 0.27
HSL 10º 0.68% 0.44% -
HSV(B) 10º 0.81% 0.73% -
XYZ 22.24 13.9 3.18 -
YUV 95.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 186 61 36 0 0.67 0.81 0.27 10 0.68 0.44
Hex BA 3D 24 0 43 51 1B A 44 2C
Octal 272 75 44 0 103 121 33 12 104 54
Binary 10111010 111101 100100 0 1000011 1010001 11011 1010 1000100 101100

Color Harmonies of #BA3D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D24

Black with #BA3D24

Text Example


Text Example

White with #BA3D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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