Html Css Color HEX #BA402F Medium Carmine

📋 copy color: '#BA402F'

red 186 ◦ green 64 ◦ blue 47

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

Shades of Medium Carmine #BA402F

Tints of Medium Carmine #BA402F

RGB

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

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

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

R = 62.63%
G = 21.55%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA402F (or 0xBA402F) is known color: Medium Carmine. HEX triplet: BA, 40 and 2F. RGB value is (186,64,47). Sum of RGB (Red+Green+Blue) = 186+64+47=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402F is #45BFD0. Grayscale: #626262. Windows color (decimal): -4571089 or 3096762. OLE color: 3096762.

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

Color convert

RGB 186 64 47 -
CMYK 0 0.66 0.75 0.27
HSL 7.34º 0.6% 0.46% -
HSV(B) 7.34º 0.75% 0.73% -
XYZ 22.6 14.31 4.26 -
YUV 98.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 186 64 47 0 0.66 0.75 0.27 7.34 0.6 0.46
Hex BA 40 2F 0 42 4B 1B 7 3C 2E
Octal 272 100 57 0 102 113 33 7 74 56
Binary 10111010 1000000 101111 0 1000010 1001011 11011 111 111100 101110

Color Harmonies of #BA402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA402F

Black with #BA402F

Text Example


Text Example

White with #BA402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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