Html Css Color HEX #A2425F Rouge

📋 copy color: '#A2425F'

red 162 ◦ green 66 ◦ blue 95

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

Shades of Rouge #A2425F

Tints of Rouge #A2425F

RGB

 RED value IS 162 (63.67% from 255) = 50.15%

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

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

R = 50.15%
G = 20.43%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2425F (or 0xA2425F) is known color: Rouge. HEX triplet: A2, 42 and 5F. RGB value is (162,66,95). Sum of RGB (Red+Green+Blue) = 162+66+95=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2425F is #5DBDA0. Grayscale: #616161. Windows color (decimal): -6143393 or 6242978. OLE color: 6242978.

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

Color convert

RGB 162 66 95 -
CMYK 0 0.59 0.41 0.36
HSL 341.88º 0.42% 0.45% -
HSV(B) 341.88º 0.59% 0.64% -
XYZ 18.91 12.4 12.22 -
YUV 98.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 162 66 95 0 0.59 0.41 0.36 341.88 0.42 0.45
Hex A2 42 5F 0 3B 29 24 156 2A 2D
Octal 242 102 137 0 73 51 44 526 52 55
Binary 10100010 1000010 1011111 0 111011 101001 100100 101010110 101010 101101

Color Harmonies of #A2425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2425F

Black with #A2425F

Text Example


Text Example

White with #A2425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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