Html Css Color HEX #BA422D Medium Carmine

📋 copy color: '#BA422D'

red 186 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #BA422D

Tints of Medium Carmine #BA422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 62.63%
G = 22.22%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA422D (or 0xBA422D) is known color: Medium Carmine. HEX triplet: BA, 42 and 2D. RGB value is (186,66,45). Sum of RGB (Red+Green+Blue) = 186+66+45=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA422D is #45BDD2. Grayscale: #636363. Windows color (decimal): -4570579 or 2966202. OLE color: 2966202.

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

Color convert

RGB 186 66 45 -
CMYK 0 0.65 0.76 0.27
HSL 8.94º 0.61% 0.45% -
HSV(B) 8.94º 0.76% 0.73% -
XYZ 22.67 14.53 4.09 -
YUV 99.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 186 66 45 0 0.65 0.76 0.27 8.94 0.61 0.45
Hex BA 42 2D 0 41 4C 1B 9 3D 2D
Octal 272 102 55 0 101 114 33 11 75 55
Binary 10111010 1000010 101101 0 1000001 1001100 11011 1001 111101 101101

Color Harmonies of #BA422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA422D

Black with #BA422D

Text Example


Text Example

White with #BA422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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