Html Css Color HEX #BA3D38 Medium Carmine

📋 copy color: '#BA3D38'

red 186 ◦ green 61 ◦ blue 56

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

Shades of Medium Carmine #BA3D38

Tints of Medium Carmine #BA3D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 61.39%
G = 20.13%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3D38 (or 0xBA3D38) is known color: Medium Carmine. HEX triplet: BA, 3D and 38. RGB value is (186,61,56). Sum of RGB (Red+Green+Blue) = 186+61+56=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D38 is #45C2C7. Grayscale: #616161. Windows color (decimal): -4571848 or 3685818. OLE color: 3685818.

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

Color convert

RGB 186 61 56 -
CMYK 0 0.67 0.70 0.27
HSL 2.31º 0.54% 0.47% -
HSV(B) 2.31º 0.7% 0.73% -
XYZ 22.63 14.06 5.26 -
YUV 97.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 186 61 56 0 0.67 0.70 0.27 2.31 0.54 0.47
Hex BA 3D 38 0 43 46 1B 2 36 2F
Octal 272 75 70 0 103 106 33 2 66 57
Binary 10111010 111101 111000 0 1000011 1000110 11011 10 110110 101111

Color Harmonies of #BA3D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D38

Black with #BA3D38

Text Example


Text Example

White with #BA3D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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