Html Css Color HEX #BA3D34 Medium Carmine

📋 copy color: '#BA3D34'

red 186 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #BA3D34

Tints of Medium Carmine #BA3D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 62.21%
G = 20.4%
B = 17.39%

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

#BA3D34 (or 0xBA3D34) is known color: Medium Carmine. HEX triplet: BA, 3D and 34. RGB value is (186,61,52). Sum of RGB (Red+Green+Blue) = 186+61+52=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D34 is #45C2CB. Grayscale: #616161. Windows color (decimal): -4571852 or 3423674. OLE color: 3423674.

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

Color convert

RGB 186 61 52 -
CMYK 0 0.67 0.72 0.27
HSL 4.03º 0.56% 0.47% -
HSV(B) 4.03º 0.72% 0.73% -
XYZ 22.54 14.02 4.77 -
YUV 97.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 186 61 52 0 0.67 0.72 0.27 4.03 0.56 0.47
Hex BA 3D 34 0 43 48 1B 4 38 2F
Octal 272 75 64 0 103 110 33 4 70 57
Binary 10111010 111101 110100 0 1000011 1001000 11011 100 111000 101111

Color Harmonies of #BA3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D34

Black with #BA3D34

Text Example


Text Example

White with #BA3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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