Html Css Color HEX #BA3827 Medium Carmine

📋 copy color: '#BA3827'

red 186 ◦ green 56 ◦ blue 39

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

Shades of Medium Carmine #BA3827

Tints of Medium Carmine #BA3827

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 66.19%
G = 19.93%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3827 (or 0xBA3827) is known color: Medium Carmine. HEX triplet: BA, 38 and 27. RGB value is (186,56,39). Sum of RGB (Red+Green+Blue) = 186+56+39=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3827 is #45C7D8. Grayscale: #5D5D5D. Windows color (decimal): -4573145 or 2570426. OLE color: 2570426.

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

Color convert

RGB 186 56 39 -
CMYK 0 0.70 0.79 0.27
HSL 6.94º 0.65% 0.44% -
HSV(B) 6.94º 0.79% 0.73% -
XYZ 22.03 13.41 3.35 -
YUV 92.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 186 56 39 0 0.70 0.79 0.27 6.94 0.65 0.44
Hex BA 38 27 0 46 4F 1B 7 41 2C
Octal 272 70 47 0 106 117 33 7 101 54
Binary 10111010 111000 100111 0 1000110 1001111 11011 111 1000001 101100

Color Harmonies of #BA3827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3827

Black with #BA3827

Text Example


Text Example

White with #BA3827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3827; }

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

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

background-color css

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

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

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

border-color css

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

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

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