Html Css Color HEX #A3425D Rouge

📋 copy color: '#A3425D'

red 163 ◦ green 66 ◦ blue 93

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

Shades of Rouge #A3425D

Tints of Rouge #A3425D

RGB

 RED value IS 163 (64.06% from 255) = 50.62%

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 50.62%
G = 20.5%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3425D (or 0xA3425D) is known color: Rouge. HEX triplet: A3, 42 and 5D. RGB value is (163,66,93). Sum of RGB (Red+Green+Blue) = 163+66+93=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3425D is #5CBDA2. Grayscale: #626262. Windows color (decimal): -6077859 or 6111907. OLE color: 6111907.

HSL color Cylindrical-coordinate representation of color #A3425D: hue angle of 343.3º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3425D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 93 -
CMYK 0 0.60 0.43 0.36
HSL 343.3º 0.42% 0.45% -
HSV(B) 343.3º 0.6% 0.64% -
XYZ 19.03 12.47 11.76 -
YUV 98.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 163 66 93 0 0.60 0.43 0.36 343.3 0.42 0.45
Hex A3 42 5D 0 3C 2B 24 157 2A 2D
Octal 243 102 135 0 74 53 44 527 52 55
Binary 10100011 1000010 1011101 0 111100 101011 100100 101010111 101010 101101

Color Harmonies of #A3425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3425D

Black with #A3425D

Text Example


Text Example

White with #A3425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3425D; }

 p { color: rgb(163,66,93); }

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

background-color css

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

 a { background-color: rgb(163,66,93); }

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

border-color css

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

 span { border-color: rgb(163,66,93); }

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