Html Css Color HEX #BA3534 Medium Carmine

📋 copy color: '#BA3534'

red 186 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #BA3534

Tints of Medium Carmine #BA3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 63.92%
G = 18.21%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3534 (or 0xBA3534) is known color: Medium Carmine. HEX triplet: BA, 35 and 34. RGB value is (186,53,52). Sum of RGB (Red+Green+Blue) = 186+53+52=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3534 is #45CACB. Grayscale: #5C5C5C. Windows color (decimal): -4573900 or 3421626. OLE color: 3421626.

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

Color convert

RGB 186 53 52 -
CMYK 0 0.72 0.72 0.27
HSL 0.45º 0.56% 0.47% -
HSV(B) 0.45º 0.72% 0.73% -
XYZ 22.14 13.23 4.64 -
YUV 92.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 186 53 52 0 0.72 0.72 0.27 0.45 0.56 0.47
Hex BA 35 34 0 48 48 1B 0 38 2F
Octal 272 65 64 0 110 110 33 0 70 57
Binary 10111010 110101 110100 0 1001000 1001000 11011 0 111000 101111

Color Harmonies of #BA3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3534

Black with #BA3534

Text Example


Text Example

White with #BA3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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