Html Css Color HEX #A53B33 Medium Carmine

📋 copy color: '#A53B33'

red 165 ◦ green 59 ◦ blue 51

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

Shades of Medium Carmine #A53B33

Tints of Medium Carmine #A53B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

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

R = 60%
G = 21.45%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A53B33 (or 0xA53B33) is known color: Medium Carmine. HEX triplet: A5, 3B and 33. RGB value is (165,59,51). Sum of RGB (Red+Green+Blue) = 165+59+51=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B33 is #5AC4CC. Grayscale: #595959. Windows color (decimal): -5948621 or 3357605. OLE color: 3357605.

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

Color convert

RGB 165 59 51 -
CMYK 0 0.64 0.69 0.35
HSL 4.21º 0.53% 0.42% -
HSV(B) 4.21º 0.69% 0.65% -
XYZ 17.68 11.37 4.39 -
YUV 89.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 165 59 51 0 0.64 0.69 0.35 4.21 0.53 0.42
Hex A5 3B 33 0 40 45 23 4 35 2A
Octal 245 73 63 0 100 105 43 4 65 52
Binary 10100101 111011 110011 0 1000000 1000101 100011 100 110101 101010

Color Harmonies of #A53B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B33

Black with #A53B33

Text Example


Text Example

White with #A53B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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