Html Css Color HEX #A5385D Rouge

📋 copy color: '#A5385D'

red 165 ◦ green 56 ◦ blue 93

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

Shades of Rouge #A5385D

Tints of Rouge #A5385D

RGB

 RED value IS 165 (64.84% from 255) = 52.55%

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 52.55%
G = 17.83%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5385D (or 0xA5385D) is known color: Rouge. HEX triplet: A5, 38 and 5D. RGB value is (165,56,93). Sum of RGB (Red+Green+Blue) = 165+56+93=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5385D is #5AC7A2. Grayscale: #5C5C5C. Windows color (decimal): -5949347 or 6109349. OLE color: 6109349.

HSL color Cylindrical-coordinate representation of color #A5385D: hue angle of 339.63º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5385D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 93 -
CMYK 0 0.66 0.44 0.35
HSL 339.63º 0.49% 0.43% -
HSV(B) 339.63º 0.66% 0.65% -
XYZ 18.91 11.62 11.6 -
YUV 92.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 165 56 93 0 0.66 0.44 0.35 339.63 0.49 0.43
Hex A5 38 5D 0 42 2C 23 154 31 2B
Octal 245 70 135 0 102 54 43 524 61 53
Binary 10100101 111000 1011101 0 1000010 101100 100011 101010100 110001 101011

Color Harmonies of #A5385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5385D

Black with #A5385D

Text Example


Text Example

White with #A5385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5385D; }

 p { color: rgb(165,56,93); }

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

background-color css

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

 a { background-color: rgb(165,56,93); }

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

border-color css

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

 span { border-color: rgb(165,56,93); }

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