Html Css Color HEX #BA402D Medium Carmine

📋 copy color: '#BA402D'

red 186 ◦ green 64 ◦ blue 45

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

Shades of Medium Carmine #BA402D

Tints of Medium Carmine #BA402D

RGB

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

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

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

R = 63.05%
G = 21.69%
B = 15.25%

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

#BA402D (or 0xBA402D) is known color: Medium Carmine. HEX triplet: BA, 40 and 2D. RGB value is (186,64,45). Sum of RGB (Red+Green+Blue) = 186+64+45=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402D is #45BFD2. Grayscale: #626262. Windows color (decimal): -4571091 or 2965690. OLE color: 2965690.

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

Color convert

RGB 186 64 45 -
CMYK 0 0.66 0.76 0.27
HSL 8.09º 0.61% 0.45% -
HSV(B) 8.09º 0.76% 0.73% -
XYZ 22.56 14.3 4.05 -
YUV 98.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 186 64 45 0 0.66 0.76 0.27 8.09 0.61 0.45
Hex BA 40 2D 0 42 4C 1B 8 3D 2D
Octal 272 100 55 0 102 114 33 10 75 55
Binary 10111010 1000000 101101 0 1000010 1001100 11011 1000 111101 101101

Color Harmonies of #BA402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA402D

Black with #BA402D

Text Example


Text Example

White with #BA402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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