Html Css Color HEX #BA4434 Medium Carmine

📋 copy color: '#BA4434'

red 186 ◦ green 68 ◦ blue 52

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

Shades of Medium Carmine #BA4434

Tints of Medium Carmine #BA4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 60.78%
G = 22.22%
B = 16.99%

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

#BA4434 (or 0xBA4434) is known color: Medium Carmine. HEX triplet: BA, 44 and 34. RGB value is (186,68,52). Sum of RGB (Red+Green+Blue) = 186+68+52=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4434 is #45BBCB. Grayscale: #656565. Windows color (decimal): -4570060 or 3425466. OLE color: 3425466.

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

Color convert

RGB 186 68 52 -
CMYK 0 0.63 0.72 0.27
HSL 7.16º 0.56% 0.47% -
HSV(B) 7.16º 0.72% 0.73% -
XYZ 22.94 14.82 4.9 -
YUV 101.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 186 68 52 0 0.63 0.72 0.27 7.16 0.56 0.47
Hex BA 44 34 0 3F 48 1B 7 38 2F
Octal 272 104 64 0 77 110 33 7 70 57
Binary 10111010 1000100 110100 0 111111 1001000 11011 111 111000 101111

Color Harmonies of #BA4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4434

Black with #BA4434

Text Example


Text Example

White with #BA4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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