Html Css Color HEX #BA3D25 Medium Carmine

📋 copy color: '#BA3D25'

red 186 ◦ green 61 ◦ blue 37

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

Shades of Medium Carmine #BA3D25

Tints of Medium Carmine #BA3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

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

R = 65.49%
G = 21.48%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3D25 (or 0xBA3D25) is known color: Medium Carmine. HEX triplet: BA, 3D and 25. RGB value is (186,61,37). Sum of RGB (Red+Green+Blue) = 186+61+37=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D25 is #45C2DA. Grayscale: #5F5F5F. Windows color (decimal): -4571867 or 2440634. OLE color: 2440634.

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

Color convert

RGB 186 61 37 -
CMYK 0 0.67 0.80 0.27
HSL 9.66º 0.67% 0.44% -
HSV(B) 9.66º 0.8% 0.73% -
XYZ 22.25 13.91 3.26 -
YUV 95.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 186 61 37 0 0.67 0.80 0.27 9.66 0.67 0.44
Hex BA 3D 25 0 43 50 1B A 43 2C
Octal 272 75 45 0 103 120 33 12 103 54
Binary 10111010 111101 100101 0 1000011 1010000 11011 1010 1000011 101100

Color Harmonies of #BA3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D25

Black with #BA3D25

Text Example


Text Example

White with #BA3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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