Html Css Color HEX #BA4136 Medium Carmine

📋 copy color: '#BA4136'

red 186 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #BA4136

Tints of Medium Carmine #BA4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 60.98%
G = 21.31%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA4136 (or 0xBA4136) is known color: Medium Carmine. HEX triplet: BA, 41 and 36. RGB value is (186,65,54). Sum of RGB (Red+Green+Blue) = 186+65+54=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4136 is #45BEC9. Grayscale: #646464. Windows color (decimal): -4570826 or 3555770. OLE color: 3555770.

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

Color convert

RGB 186 65 54 -
CMYK 0 0.65 0.71 0.27
HSL 0.55% 0.47% -
HSV(B) 0.71% 0.73% -
XYZ 22.81 14.49 5.08 -
YUV 99.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 186 65 54 0 0.65 0.71 0.27 5 0.55 0.47
Hex BA 41 36 0 41 47 1B 5 37 2F
Octal 272 101 66 0 101 107 33 5 67 57
Binary 10111010 1000001 110110 0 1000001 1000111 11011 101 110111 101111

Color Harmonies of #BA4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4136

Black with #BA4136

Text Example


Text Example

White with #BA4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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