Html Css Color HEX #BA3933 Medium Carmine

📋 copy color: '#BA3933'

red 186 ◦ green 57 ◦ blue 51

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

Shades of Medium Carmine #BA3933

Tints of Medium Carmine #BA3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 63.27%
G = 19.39%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3933 (or 0xBA3933) is known color: Medium Carmine. HEX triplet: BA, 39 and 33. RGB value is (186,57,51). Sum of RGB (Red+Green+Blue) = 186+57+51=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3933 is #45C6CC. Grayscale: #5F5F5F. Windows color (decimal): -4572877 or 3357114. OLE color: 3357114.

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

Color convert

RGB 186 57 51 -
CMYK 0 0.69 0.73 0.27
HSL 2.67º 0.57% 0.46% -
HSV(B) 2.67º 0.73% 0.73% -
XYZ 22.31 13.6 4.58 -
YUV 94.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 186 57 51 0 0.69 0.73 0.27 2.67 0.57 0.46
Hex BA 39 33 0 45 49 1B 3 39 2E
Octal 272 71 63 0 105 111 33 3 71 56
Binary 10111010 111001 110011 0 1000101 1001001 11011 11 111001 101110

Color Harmonies of #BA3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3933

Black with #BA3933

Text Example


Text Example

White with #BA3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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