Html Css Color HEX #BA3A35 Medium Carmine

📋 copy color: '#BA3A35'

red 186 ◦ green 58 ◦ blue 53

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

Shades of Medium Carmine #BA3A35

Tints of Medium Carmine #BA3A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 62.63%
G = 19.53%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3A35 (or 0xBA3A35) is known color: Medium Carmine. HEX triplet: BA, 3A and 35. RGB value is (186,58,53). Sum of RGB (Red+Green+Blue) = 186+58+53=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A35 is #45C5CA. Grayscale: #5F5F5F. Windows color (decimal): -4572619 or 3488442. OLE color: 3488442.

HSL color Cylindrical-coordinate representation of color #BA3A35: hue angle of 2.26º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3A35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 53 -
CMYK 0 0.69 0.72 0.27
HSL 2.26º 0.56% 0.47% -
HSV(B) 2.26º 0.72% 0.73% -
XYZ 22.41 13.72 4.84 -
YUV 95.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 186 58 53 0 0.69 0.72 0.27 2.26 0.56 0.47
Hex BA 3A 35 0 45 48 1B 2 38 2F
Octal 272 72 65 0 105 110 33 2 70 57
Binary 10111010 111010 110101 0 1000101 1001000 11011 10 111000 101111

Color Harmonies of #BA3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A35

Black with #BA3A35

Text Example


Text Example

White with #BA3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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