Html Css Color HEX #BA3D36 Medium Carmine

📋 copy color: '#BA3D36'

red 186 ◦ green 61 ◦ blue 54

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

Shades of Medium Carmine #BA3D36

Tints of Medium Carmine #BA3D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 61.79%
G = 20.27%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA3D36 (or 0xBA3D36) is known color: Medium Carmine. HEX triplet: BA, 3D and 36. RGB value is (186,61,54). Sum of RGB (Red+Green+Blue) = 186+61+54=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D36 is #45C2C9. Grayscale: #616161. Windows color (decimal): -4571850 or 3554746. OLE color: 3554746.

HSL color Cylindrical-coordinate representation of color #BA3D36: hue angle of 3.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3D36 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 61 54 -
CMYK 0 0.67 0.71 0.27
HSL 3.18º 0.55% 0.47% -
HSV(B) 3.18º 0.71% 0.73% -
XYZ 22.58 14.04 5.01 -
YUV 97.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 186 61 54 0 0.67 0.71 0.27 3.18 0.55 0.47
Hex BA 3D 36 0 43 47 1B 3 37 2F
Octal 272 75 66 0 103 107 33 3 67 57
Binary 10111010 111101 110110 0 1000011 1000111 11011 11 110111 101111

Color Harmonies of #BA3D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D36

Black with #BA3D36

Text Example


Text Example

White with #BA3D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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