Html Css Color HEX #BA4334 Medium Carmine

📋 copy color: '#BA4334'

red 186 ◦ green 67 ◦ blue 52

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

Shades of Medium Carmine #BA4334

Tints of Medium Carmine #BA4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 60.98%
G = 21.97%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4334 (or 0xBA4334) is known color: Medium Carmine. HEX triplet: BA, 43 and 34. RGB value is (186,67,52). Sum of RGB (Red+Green+Blue) = 186+67+52=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4334 is #45BCCB. Grayscale: #656565. Windows color (decimal): -4570316 or 3425210. OLE color: 3425210.

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

Color convert

RGB 186 67 52 -
CMYK 0 0.64 0.72 0.27
HSL 6.72º 0.56% 0.47% -
HSV(B) 6.72º 0.72% 0.73% -
XYZ 22.88 14.7 4.88 -
YUV 100.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 186 67 52 0 0.64 0.72 0.27 6.72 0.56 0.47
Hex BA 43 34 0 40 48 1B 7 38 2F
Octal 272 103 64 0 100 110 33 7 70 57
Binary 10111010 1000011 110100 0 1000000 1001000 11011 111 111000 101111

Color Harmonies of #BA4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4334

Black with #BA4334

Text Example


Text Example

White with #BA4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4334; }

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

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

background-color css

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

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

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

border-color css

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

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

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