Html Css Color HEX #BA3A25 Medium Carmine

📋 copy color: '#BA3A25'

red 186 ◦ green 58 ◦ blue 37

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

Shades of Medium Carmine #BA3A25

Tints of Medium Carmine #BA3A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 66.19%
G = 20.64%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3A25 (or 0xBA3A25) is known color: Medium Carmine. HEX triplet: BA, 3A and 25. RGB value is (186,58,37). Sum of RGB (Red+Green+Blue) = 186+58+37=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A25 is #45C5DA. Grayscale: #5E5E5E. Windows color (decimal): -4572635 or 2439866. OLE color: 2439866.

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

Color convert

RGB 186 58 37 -
CMYK 0 0.69 0.80 0.27
HSL 8.46º 0.67% 0.44% -
HSV(B) 8.46º 0.8% 0.73% -
XYZ 22.1 13.6 3.21 -
YUV 93.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 186 58 37 0 0.69 0.80 0.27 8.46 0.67 0.44
Hex BA 3A 25 0 45 50 1B 8 43 2C
Octal 272 72 45 0 105 120 33 10 103 54
Binary 10111010 111010 100101 0 1000101 1010000 11011 1000 1000011 101100

Color Harmonies of #BA3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A25

Black with #BA3A25

Text Example


Text Example

White with #BA3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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