Html Css Color HEX #BA3526 Medium Carmine

📋 copy color: '#BA3526'

red 186 ◦ green 53 ◦ blue 38

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

Shades of Medium Carmine #BA3526

Tints of Medium Carmine #BA3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 67.15%
G = 19.13%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3526 (or 0xBA3526) is known color: Medium Carmine. HEX triplet: BA, 35 and 26. RGB value is (186,53,38). Sum of RGB (Red+Green+Blue) = 186+53+38=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3526 is #45CAD9. Grayscale: #5B5B5B. Windows color (decimal): -4573914 or 2504122. OLE color: 2504122.

HSL color Cylindrical-coordinate representation of color #BA3526: hue angle of 6.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3526 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 38 -
CMYK 0 0.72 0.80 0.27
HSL 6.08º 0.66% 0.44% -
HSV(B) 6.08º 0.8% 0.73% -
XYZ 21.87 13.13 3.21 -
YUV 91.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 186 53 38 0 0.72 0.80 0.27 6.08 0.66 0.44
Hex BA 35 26 0 48 50 1B 6 42 2C
Octal 272 65 46 0 110 120 33 6 102 54
Binary 10111010 110101 100110 0 1001000 1010000 11011 110 1000010 101100

Color Harmonies of #BA3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3526

Black with #BA3526

Text Example


Text Example

White with #BA3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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