Html Css Color HEX #BA4235 Medium Carmine

📋 copy color: '#BA4235'

red 186 ◦ green 66 ◦ blue 53

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

Shades of Medium Carmine #BA4235

Tints of Medium Carmine #BA4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 60.98%
G = 21.64%
B = 17.38%

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

#BA4235 (or 0xBA4235) is known color: Medium Carmine. HEX triplet: BA, 42 and 35. RGB value is (186,66,53). Sum of RGB (Red+Green+Blue) = 186+66+53=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4235 is #45BDCA. Grayscale: #646464. Windows color (decimal): -4570571 or 3490490. OLE color: 3490490.

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

Color convert

RGB 186 66 53 -
CMYK 0 0.65 0.72 0.27
HSL 5.86º 0.56% 0.47% -
HSV(B) 5.86º 0.72% 0.73% -
XYZ 22.84 14.59 4.98 -
YUV 100.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 186 66 53 0 0.65 0.72 0.27 5.86 0.56 0.47
Hex BA 42 35 0 41 48 1B 6 38 2F
Octal 272 102 65 0 101 110 33 6 70 57
Binary 10111010 1000010 110101 0 1000001 1001000 11011 110 111000 101111

Color Harmonies of #BA4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4235

Black with #BA4235

Text Example


Text Example

White with #BA4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4235; }

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

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

background-color css

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

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

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

border-color css

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

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

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