Html Css Color HEX #A64433 Medium Carmine

📋 copy color: '#A64433'

red 166 ◦ green 68 ◦ blue 51

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

Shades of Medium Carmine #A64433

Tints of Medium Carmine #A64433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 58.25%
G = 23.86%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64433 (or 0xA64433) is known color: Medium Carmine. HEX triplet: A6, 44 and 33. RGB value is (166,68,51). Sum of RGB (Red+Green+Blue) = 166+68+51=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A64433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64433 is #59BBCC. Grayscale: #5F5F5F. Windows color (decimal): -5880781 or 3359910. OLE color: 3359910.

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

Color convert

RGB 166 68 51 -
CMYK 0 0.59 0.69 0.35
HSL 8.87º 0.53% 0.43% -
HSV(B) 8.87º 0.69% 0.65% -
XYZ 18.39 12.48 4.57 -
YUV 95.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 166 68 51 0 0.59 0.69 0.35 8.87 0.53 0.43
Hex A6 44 33 0 3B 45 23 9 35 2B
Octal 246 104 63 0 73 105 43 11 65 53
Binary 10100110 1000100 110011 0 111011 1000101 100011 1001 110101 101011

Color Harmonies of #A64433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64433

Black with #A64433

Text Example


Text Example

White with #A64433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64433; }

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

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

background-color css

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

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

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

border-color css

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

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

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