Html Css Color HEX #BA3F35 Medium Carmine

📋 copy color: '#BA3F35'

red 186 ◦ green 63 ◦ blue 53

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

Shades of Medium Carmine #BA3F35

Tints of Medium Carmine #BA3F35

RGB

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

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

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

R = 61.59%
G = 20.86%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3F35 (or 0xBA3F35) is known color: Medium Carmine. HEX triplet: BA, 3F and 35. RGB value is (186,63,53). Sum of RGB (Red+Green+Blue) = 186+63+53=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F35 is #45C0CA. Grayscale: #626262. Windows color (decimal): -4571339 or 3489722. OLE color: 3489722.

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

Color convert

RGB 186 63 53 -
CMYK 0 0.66 0.72 0.27
HSL 4.51º 0.56% 0.47% -
HSV(B) 4.51º 0.72% 0.73% -
XYZ 22.67 14.25 4.92 -
YUV 98.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 186 63 53 0 0.66 0.72 0.27 4.51 0.56 0.47
Hex BA 3F 35 0 42 48 1B 5 38 2F
Octal 272 77 65 0 102 110 33 5 70 57
Binary 10111010 111111 110101 0 1000010 1001000 11011 101 111000 101111

Color Harmonies of #BA3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F35

Black with #BA3F35

Text Example


Text Example

White with #BA3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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