Html Css Color HEX #A63A33 Medium Carmine

📋 copy color: '#A63A33'

red 166 ◦ green 58 ◦ blue 51

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

Shades of Medium Carmine #A63A33

Tints of Medium Carmine #A63A33

RGB

 RED value IS 166 (65.23% from 255) = 60.36%

 GREEN value IS 58 (23.05% from 255) = 21.09%

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

R = 60.36%
G = 21.09%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63A33 (or 0xA63A33) is known color: Medium Carmine. HEX triplet: A6, 3A and 33. RGB value is (166,58,51). Sum of RGB (Red+Green+Blue) = 166+58+51=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A33 is #59C5CC. Grayscale: #595959. Windows color (decimal): -5883341 or 3357350. OLE color: 3357350.

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

Color convert

RGB 166 58 51 -
CMYK 0 0.65 0.69 0.35
HSL 3.65º 0.53% 0.43% -
HSV(B) 3.65º 0.69% 0.65% -
XYZ 17.84 11.37 4.39 -
YUV 89.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 166 58 51 0 0.65 0.69 0.35 3.65 0.53 0.43
Hex A6 3A 33 0 41 45 23 4 35 2B
Octal 246 72 63 0 101 105 43 4 65 53
Binary 10100110 111010 110011 0 1000001 1000101 100011 100 110101 101011

Color Harmonies of #A63A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A33

Black with #A63A33

Text Example


Text Example

White with #A63A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A33; }

 p { color: rgb(166,58,51); }

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

background-color css

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

 a { background-color: rgb(166,58,51); }

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

border-color css

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

 span { border-color: rgb(166,58,51); }

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