Html Css Color HEX #BA4030 Medium Carmine

📋 copy color: '#BA4030'

red 186 ◦ green 64 ◦ blue 48

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

Shades of Medium Carmine #BA4030

Tints of Medium Carmine #BA4030

RGB

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

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

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

R = 62.42%
G = 21.48%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4030 (or 0xBA4030) is known color: Medium Carmine. HEX triplet: BA, 40 and 30. RGB value is (186,64,48). Sum of RGB (Red+Green+Blue) = 186+64+48=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4030 is #45BFCF. Grayscale: #626262. Windows color (decimal): -4571088 or 3162298. OLE color: 3162298.

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

Color convert

RGB 186 64 48 -
CMYK 0 0.66 0.74 0.27
HSL 6.96º 0.59% 0.46% -
HSV(B) 6.96º 0.74% 0.73% -
XYZ 22.62 14.32 4.37 -
YUV 98.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 186 64 48 0 0.66 0.74 0.27 6.96 0.59 0.46
Hex BA 40 30 0 42 4A 1B 7 3B 2E
Octal 272 100 60 0 102 112 33 7 73 56
Binary 10111010 1000000 110000 0 1000010 1001010 11011 111 111011 101110

Color Harmonies of #BA4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4030

Black with #BA4030

Text Example


Text Example

White with #BA4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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