Html Css Color HEX #A53F33 Medium Carmine

📋 copy color: '#A53F33'

red 165 ◦ green 63 ◦ blue 51

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

Shades of Medium Carmine #A53F33

Tints of Medium Carmine #A53F33

RGB

 RED value IS 165 (64.84% from 255) = 59.14%

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

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

R = 59.14%
G = 22.58%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A53F33 (or 0xA53F33) is known color: Medium Carmine. HEX triplet: A5, 3F and 33. RGB value is (165,63,51). Sum of RGB (Red+Green+Blue) = 165+63+51=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F33 is #5AC0CC. Grayscale: #5C5C5C. Windows color (decimal): -5947597 or 3358629. OLE color: 3358629.

HSL color Cylindrical-coordinate representation of color #A53F33: hue angle of 6.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53F33 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 63 51 -
CMYK 0 0.62 0.69 0.35
HSL 6.32º 0.53% 0.42% -
HSV(B) 6.32º 0.69% 0.65% -
XYZ 17.89 11.79 4.47 -
YUV 92.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 165 63 51 0 0.62 0.69 0.35 6.32 0.53 0.42
Hex A5 3F 33 0 3E 45 23 6 35 2A
Octal 245 77 63 0 76 105 43 6 65 52
Binary 10100101 111111 110011 0 111110 1000101 100011 110 110101 101010

Color Harmonies of #A53F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F33

Black with #A53F33

Text Example


Text Example

White with #A53F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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