Html Css Color HEX #BA3527 Medium Carmine

📋 copy color: '#BA3527'

red 186 ◦ green 53 ◦ blue 39

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

Shades of Medium Carmine #BA3527

Tints of Medium Carmine #BA3527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 66.91%
G = 19.06%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3527 (or 0xBA3527) is known color: Medium Carmine. HEX triplet: BA, 35 and 27. RGB value is (186,53,39). Sum of RGB (Red+Green+Blue) = 186+53+39=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3527 is #45CAD8. Grayscale: #5B5B5B. Windows color (decimal): -4573913 or 2569658. OLE color: 2569658.

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

Color convert

RGB 186 53 39 -
CMYK 0 0.72 0.79 0.27
HSL 5.71º 0.65% 0.44% -
HSV(B) 5.71º 0.79% 0.73% -
XYZ 21.89 13.13 3.3 -
YUV 91.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 186 53 39 0 0.72 0.79 0.27 5.71 0.65 0.44
Hex BA 35 27 0 48 4F 1B 6 41 2C
Octal 272 65 47 0 110 117 33 6 101 54
Binary 10111010 110101 100111 0 1001000 1001111 11011 110 1000001 101100

Color Harmonies of #BA3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3527

Black with #BA3527

Text Example


Text Example

White with #BA3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3527; }

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

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

background-color css

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

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

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

border-color css

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

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

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