Html Css Color HEX #BA4035 Medium Carmine

📋 copy color: '#BA4035'

red 186 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #BA4035

Tints of Medium Carmine #BA4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

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

R = 61.39%
G = 21.12%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4035 (or 0xBA4035) is known color: Medium Carmine. HEX triplet: BA, 40 and 35. RGB value is (186,64,53). Sum of RGB (Red+Green+Blue) = 186+64+53=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4035 is #45BFCA. Grayscale: #636363. Windows color (decimal): -4571083 or 3489978. OLE color: 3489978.

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

Color convert

RGB 186 64 53 -
CMYK 0 0.66 0.72 0.27
HSL 4.96º 0.56% 0.47% -
HSV(B) 4.96º 0.72% 0.73% -
XYZ 22.73 14.36 4.94 -
YUV 99.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 186 64 53 0 0.66 0.72 0.27 4.96 0.56 0.47
Hex BA 40 35 0 42 48 1B 5 38 2F
Octal 272 100 65 0 102 110 33 5 70 57
Binary 10111010 1000000 110101 0 1000010 1001000 11011 101 111000 101111

Color Harmonies of #BA4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4035

Black with #BA4035

Text Example


Text Example

White with #BA4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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