Html Css Color HEX #BA4135 Medium Carmine

📋 copy color: '#BA4135'

red 186 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #BA4135

Tints of Medium Carmine #BA4135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 61.18%
G = 21.38%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4135 (or 0xBA4135) is known color: Medium Carmine. HEX triplet: BA, 41 and 35. RGB value is (186,65,53). Sum of RGB (Red+Green+Blue) = 186+65+53=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4135 is #45BECA. Grayscale: #636363. Windows color (decimal): -4570827 or 3490234. OLE color: 3490234.

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

Color convert

RGB 186 65 53 -
CMYK 0 0.65 0.72 0.27
HSL 5.41º 0.56% 0.47% -
HSV(B) 5.41º 0.72% 0.73% -
XYZ 22.78 14.48 4.96 -
YUV 99.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 186 65 53 0 0.65 0.72 0.27 5.41 0.56 0.47
Hex BA 41 35 0 41 48 1B 5 38 2F
Octal 272 101 65 0 101 110 33 5 70 57
Binary 10111010 1000001 110101 0 1000001 1001000 11011 101 111000 101111

Color Harmonies of #BA4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4135

Black with #BA4135

Text Example


Text Example

White with #BA4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4135; }

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

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

background-color css

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

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

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

border-color css

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

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

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