Html Css Color HEX #BA423D Medium Carmine

📋 copy color: '#BA423D'

red 186 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #BA423D

Tints of Medium Carmine #BA423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 59.42%
G = 21.09%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA423D (or 0xBA423D) is known color: Medium Carmine. HEX triplet: BA, 42 and 3D. RGB value is (186,66,61). Sum of RGB (Red+Green+Blue) = 186+66+61=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA423D is #45BDC2. Grayscale: #656565. Windows color (decimal): -4570563 or 4014778. OLE color: 4014778.

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

Color convert

RGB 186 66 61 -
CMYK 0 0.65 0.67 0.27
HSL 2.4º 0.51% 0.48% -
HSV(B) 2.4º 0.67% 0.73% -
XYZ 23.04 14.67 6.03 -
YUV 101.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 186 66 61 0 0.65 0.67 0.27 2.4 0.51 0.48
Hex BA 42 3D 0 41 43 1B 2 33 30
Octal 272 102 75 0 101 103 33 2 63 60
Binary 10111010 1000010 111101 0 1000001 1000011 11011 10 110011 110000

Color Harmonies of #BA423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA423D

Black with #BA423D

Text Example


Text Example

White with #BA423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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