Html Css Color HEX #BA3F33 Medium Carmine

📋 copy color: '#BA3F33'

red 186 ◦ green 63 ◦ blue 51

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

Shades of Medium Carmine #BA3F33

Tints of Medium Carmine #BA3F33

RGB

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

 GREEN value IS 63 (25% from 255) = 21%

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

R = 62%
G = 21%
B = 17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3F33 (or 0xBA3F33) is known color: Medium Carmine. HEX triplet: BA, 3F and 33. RGB value is (186,63,51). Sum of RGB (Red+Green+Blue) = 186+63+51=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F33 is #45C0CC. Grayscale: #626262. Windows color (decimal): -4571341 or 3358650. OLE color: 3358650.

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

Color convert

RGB 186 63 51 -
CMYK 0 0.66 0.73 0.27
HSL 5.33º 0.57% 0.46% -
HSV(B) 5.33º 0.73% 0.73% -
XYZ 22.62 14.23 4.69 -
YUV 98.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 186 63 51 0 0.66 0.73 0.27 5.33 0.57 0.46
Hex BA 3F 33 0 42 49 1B 5 39 2E
Octal 272 77 63 0 102 111 33 5 71 56
Binary 10111010 111111 110011 0 1000010 1001001 11011 101 111001 101110

Color Harmonies of #BA3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F33

Black with #BA3F33

Text Example


Text Example

White with #BA3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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