Html Css Color HEX #A64234 Medium Carmine

📋 copy color: '#A64234'

red 166 ◦ green 66 ◦ blue 52

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

Shades of Medium Carmine #A64234

Tints of Medium Carmine #A64234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 58.45%
G = 23.24%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64234 (or 0xA64234) is known color: Medium Carmine. HEX triplet: A6, 42 and 34. RGB value is (166,66,52). Sum of RGB (Red+Green+Blue) = 166+66+52=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A64234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64234 is #59BDCB. Grayscale: #5E5E5E. Windows color (decimal): -5881292 or 3424934. OLE color: 3424934.

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

Color convert

RGB 166 66 52 -
CMYK 0 0.60 0.69 0.35
HSL 7.37º 0.52% 0.43% -
HSV(B) 7.37º 0.69% 0.65% -
XYZ 18.29 12.25 4.65 -
YUV 94.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 166 66 52 0 0.60 0.69 0.35 7.37 0.52 0.43
Hex A6 42 34 0 3C 45 23 7 34 2B
Octal 246 102 64 0 74 105 43 7 64 53
Binary 10100110 1000010 110100 0 111100 1000101 100011 111 110100 101011

Color Harmonies of #A64234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64234

Black with #A64234

Text Example


Text Example

White with #A64234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64234; }

 p { color: rgb(166,66,52); }

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

background-color css

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

 a { background-color: rgb(166,66,52); }

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

border-color css

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

 span { border-color: rgb(166,66,52); }

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