Html Css Color HEX #BA3F25 Medium Carmine

📋 copy color: '#BA3F25'

red 186 ◦ green 63 ◦ blue 37

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

Shades of Medium Carmine #BA3F25

Tints of Medium Carmine #BA3F25

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 65.03%
G = 22.03%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3F25 (or 0xBA3F25) is known color: Medium Carmine. HEX triplet: BA, 3F and 25. RGB value is (186,63,37). Sum of RGB (Red+Green+Blue) = 186+63+37=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F25 is #45C0DA. Grayscale: #616161. Windows color (decimal): -4571355 or 2441146. OLE color: 2441146.

HSL color Cylindrical-coordinate representation of color #BA3F25: hue angle of 10.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3F25 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 37 -
CMYK 0 0.66 0.80 0.27
HSL 10.47º 0.67% 0.44% -
HSV(B) 10.47º 0.8% 0.73% -
XYZ 22.36 14.13 3.3 -
YUV 96.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 186 63 37 0 0.66 0.80 0.27 10.47 0.67 0.44
Hex BA 3F 25 0 42 50 1B A 43 2C
Octal 272 77 45 0 102 120 33 12 103 54
Binary 10111010 111111 100101 0 1000010 1010000 11011 1010 1000011 101100

Color Harmonies of #BA3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F25

Black with #BA3F25

Text Example


Text Example

White with #BA3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F25; }

 p { color: rgb(186,63,37); }

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

background-color css

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

 a { background-color: rgb(186,63,37); }

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

border-color css

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

 span { border-color: rgb(186,63,37); }

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