Html Css Color HEX #BA4028 Medium Carmine

📋 copy color: '#BA4028'

red 186 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #BA4028

Tints of Medium Carmine #BA4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 64.14%
G = 22.07%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4028 (or 0xBA4028) is known color: Medium Carmine. HEX triplet: BA, 40 and 28. RGB value is (186,64,40). Sum of RGB (Red+Green+Blue) = 186+64+40=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4028 is #45BFD7. Grayscale: #616161. Windows color (decimal): -4571096 or 2638010. OLE color: 2638010.

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

Color convert

RGB 186 64 40 -
CMYK 0 0.66 0.78 0.27
HSL 9.86º 0.65% 0.44% -
HSV(B) 9.86º 0.78% 0.73% -
XYZ 22.47 14.26 3.58 -
YUV 97.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 186 64 40 0 0.66 0.78 0.27 9.86 0.65 0.44
Hex BA 40 28 0 42 4E 1B A 41 2C
Octal 272 100 50 0 102 116 33 12 101 54
Binary 10111010 1000000 101000 0 1000010 1001110 11011 1010 1000001 101100

Color Harmonies of #BA4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4028

Black with #BA4028

Text Example


Text Example

White with #BA4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4028; }

 p { color: rgb(186,64,40); }

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

background-color css

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

 a { background-color: rgb(186,64,40); }

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

border-color css

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

 span { border-color: rgb(186,64,40); }

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