Html Css Color HEX #BA4230 Medium Carmine

📋 copy color: '#BA4230'

red 186 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #BA4230

Tints of Medium Carmine #BA4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 62%
G = 22%
B = 16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4230 (or 0xBA4230) is known color: Medium Carmine. HEX triplet: BA, 42 and 30. RGB value is (186,66,48). Sum of RGB (Red+Green+Blue) = 186+66+48=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4230 is #45BDCF. Grayscale: #646464. Windows color (decimal): -4570576 or 3162810. OLE color: 3162810.

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

Color convert

RGB 186 66 48 -
CMYK 0 0.65 0.74 0.27
HSL 7.83º 0.59% 0.46% -
HSV(B) 7.83º 0.74% 0.73% -
XYZ 22.73 14.55 4.41 -
YUV 99.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 186 66 48 0 0.65 0.74 0.27 7.83 0.59 0.46
Hex BA 42 30 0 41 4A 1B 8 3B 2E
Octal 272 102 60 0 101 112 33 10 73 56
Binary 10111010 1000010 110000 0 1000001 1001010 11011 1000 111011 101110

Color Harmonies of #BA4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4230

Black with #BA4230

Text Example


Text Example

White with #BA4230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4230; }

 p { color: rgb(186,66,48); }

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

background-color css

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

 a { background-color: rgb(186,66,48); }

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

border-color css

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

 span { border-color: rgb(186,66,48); }

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