Html Css Color HEX #BA4033 Medium Carmine

📋 copy color: '#BA4033'

red 186 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #BA4033

Tints of Medium Carmine #BA4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 61.79%
G = 21.26%
B = 16.94%

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

#BA4033 (or 0xBA4033) is known color: Medium Carmine. HEX triplet: BA, 40 and 33. RGB value is (186,64,51). Sum of RGB (Red+Green+Blue) = 186+64+51=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4033 is #45BFCC. Grayscale: #636363. Windows color (decimal): -4571085 or 3358906. OLE color: 3358906.

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

Color convert

RGB 186 64 51 -
CMYK 0 0.66 0.73 0.27
HSL 5.78º 0.57% 0.46% -
HSV(B) 5.78º 0.73% 0.73% -
XYZ 22.68 14.34 4.71 -
YUV 99 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 186 64 51 0 0.66 0.73 0.27 5.78 0.57 0.46
Hex BA 40 33 0 42 49 1B 6 39 2E
Octal 272 100 63 0 102 111 33 6 71 56
Binary 10111010 1000000 110011 0 1000010 1001001 11011 110 111001 101110

Color Harmonies of #BA4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4033

Black with #BA4033

Text Example


Text Example

White with #BA4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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