Html Css Color HEX #BA422F Medium Carmine

📋 copy color: '#BA422F'

red 186 ◦ green 66 ◦ blue 47

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

Shades of Medium Carmine #BA422F

Tints of Medium Carmine #BA422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 62.21%
G = 22.07%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA422F (or 0xBA422F) is known color: Medium Carmine. HEX triplet: BA, 42 and 2F. RGB value is (186,66,47). Sum of RGB (Red+Green+Blue) = 186+66+47=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA422F is #45BDD0. Grayscale: #636363. Windows color (decimal): -4570577 or 3097274. OLE color: 3097274.

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

Color convert

RGB 186 66 47 -
CMYK 0 0.65 0.75 0.27
HSL 8.2º 0.6% 0.46% -
HSV(B) 8.2º 0.75% 0.73% -
XYZ 22.71 14.54 4.3 -
YUV 99.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 186 66 47 0 0.65 0.75 0.27 8.2 0.6 0.46
Hex BA 42 2F 0 41 4B 1B 8 3C 2E
Octal 272 102 57 0 101 113 33 10 74 56
Binary 10111010 1000010 101111 0 1000001 1001011 11011 1000 111100 101110

Color Harmonies of #BA422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA422F

Black with #BA422F

Text Example


Text Example

White with #BA422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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