Html Css Color HEX #BA3533 Medium Carmine

📋 copy color: '#BA3533'

red 186 ◦ green 53 ◦ blue 51

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

Shades of Medium Carmine #BA3533

Tints of Medium Carmine #BA3533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 64.14%
G = 18.28%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3533 (or 0xBA3533) is known color: Medium Carmine. HEX triplet: BA, 35 and 33. RGB value is (186,53,51). Sum of RGB (Red+Green+Blue) = 186+53+51=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3533 is #45CACC. Grayscale: #5C5C5C. Windows color (decimal): -4573901 or 3356090. OLE color: 3356090.

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

Color convert

RGB 186 53 51 -
CMYK 0 0.72 0.73 0.27
HSL 0.89º 0.57% 0.46% -
HSV(B) 0.89º 0.73% 0.73% -
XYZ 22.12 13.22 4.52 -
YUV 92.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 186 53 51 0 0.72 0.73 0.27 0.89 0.57 0.46
Hex BA 35 33 0 48 49 1B 1 39 2E
Octal 272 65 63 0 110 111 33 1 71 56
Binary 10111010 110101 110011 0 1001000 1001001 11011 1 111001 101110

Color Harmonies of #BA3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3533

Black with #BA3533

Text Example


Text Example

White with #BA3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3533; }

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

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

background-color css

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

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

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

border-color css

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

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

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