Html Css Color HEX #BA4435 Medium Carmine

📋 copy color: '#BA4435'

red 186 ◦ green 68 ◦ blue 53

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

Shades of Medium Carmine #BA4435

Tints of Medium Carmine #BA4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 60.59%
G = 22.15%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4435 (or 0xBA4435) is known color: Medium Carmine. HEX triplet: BA, 44 and 35. RGB value is (186,68,53). Sum of RGB (Red+Green+Blue) = 186+68+53=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4435 is #45BBCA. Grayscale: #656565. Windows color (decimal): -4570059 or 3491002. OLE color: 3491002.

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

Color convert

RGB 186 68 53 -
CMYK 0 0.63 0.72 0.27
HSL 6.77º 0.56% 0.47% -
HSV(B) 6.77º 0.72% 0.73% -
XYZ 22.96 14.83 5.02 -
YUV 101.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 186 68 53 0 0.63 0.72 0.27 6.77 0.56 0.47
Hex BA 44 35 0 3F 48 1B 7 38 2F
Octal 272 104 65 0 77 110 33 7 70 57
Binary 10111010 1000100 110101 0 111111 1001000 11011 111 111000 101111

Color Harmonies of #BA4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4435

Black with #BA4435

Text Example


Text Example

White with #BA4435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4435; }

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

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

background-color css

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

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

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

border-color css

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

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

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