Html Css Color HEX #BA402C Medium Carmine

📋 copy color: '#BA402C'

red 186 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #BA402C

Tints of Medium Carmine #BA402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 63.27%
G = 21.77%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA402C (or 0xBA402C) is known color: Medium Carmine. HEX triplet: BA, 40 and 2C. RGB value is (186,64,44). Sum of RGB (Red+Green+Blue) = 186+64+44=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402C is #45BFD3. Grayscale: #626262. Windows color (decimal): -4571092 or 2900154. OLE color: 2900154.

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

Color convert

RGB 186 64 44 -
CMYK 0 0.66 0.76 0.27
HSL 8.45º 0.62% 0.45% -
HSV(B) 8.45º 0.76% 0.73% -
XYZ 22.54 14.29 3.95 -
YUV 98.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 186 64 44 0 0.66 0.76 0.27 8.45 0.62 0.45
Hex BA 40 2C 0 42 4C 1B 8 3E 2D
Octal 272 100 54 0 102 114 33 10 76 55
Binary 10111010 1000000 101100 0 1000010 1001100 11011 1000 111110 101101

Color Harmonies of #BA402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA402C

Black with #BA402C

Text Example


Text Example

White with #BA402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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