Html Css Color HEX #A3425F Rouge

📋 copy color: '#A3425F'

red 163 ◦ green 66 ◦ blue 95

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

Shades of Rouge #A3425F

Tints of Rouge #A3425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 50.31%
G = 20.37%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3425F (or 0xA3425F) is known color: Rouge. HEX triplet: A3, 42 and 5F. RGB value is (163,66,95). Sum of RGB (Red+Green+Blue) = 163+66+95=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3425F is #5CBDA0. Grayscale: #626262. Windows color (decimal): -6077857 or 6242979. OLE color: 6242979.

HSL color Cylindrical-coordinate representation of color #A3425F: hue angle of 342.06º 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 #A3425F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 95 -
CMYK 0 0.60 0.42 0.36
HSL 342.06º 0.42% 0.45% -
HSV(B) 342.06º 0.6% 0.64% -
XYZ 19.12 12.51 12.23 -
YUV 98.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 163 66 95 0 0.60 0.42 0.36 342.06 0.42 0.45
Hex A3 42 5F 0 3C 2A 24 156 2A 2D
Octal 243 102 137 0 74 52 44 526 52 55
Binary 10100011 1000010 1011111 0 111100 101010 100100 101010110 101010 101101

Color Harmonies of #A3425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3425F

Black with #A3425F

Text Example


Text Example

White with #A3425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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