Html Css Color HEX #BA3E35 Medium Carmine

📋 copy color: '#BA3E35'

red 186 ◦ green 62 ◦ blue 53

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

Shades of Medium Carmine #BA3E35

Tints of Medium Carmine #BA3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

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

R = 61.79%
G = 20.6%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3E35 (or 0xBA3E35) is known color: Medium Carmine. HEX triplet: BA, 3E and 35. RGB value is (186,62,53). Sum of RGB (Red+Green+Blue) = 186+62+53=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E35 is #45C1CA. Grayscale: #626262. Windows color (decimal): -4571595 or 3489466. OLE color: 3489466.

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

Color convert

RGB 186 62 53 -
CMYK 0 0.67 0.72 0.27
HSL 4.06º 0.56% 0.47% -
HSV(B) 4.06º 0.72% 0.73% -
XYZ 22.61 14.14 4.91 -
YUV 98.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 186 62 53 0 0.67 0.72 0.27 4.06 0.56 0.47
Hex BA 3E 35 0 43 48 1B 4 38 2F
Octal 272 76 65 0 103 110 33 4 70 57
Binary 10111010 111110 110101 0 1000011 1001000 11011 100 111000 101111

Color Harmonies of #BA3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E35

Black with #BA3E35

Text Example


Text Example

White with #BA3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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