Html Css Color HEX #A1365C Rouge

📋 copy color: '#A1365C'

red 161 ◦ green 54 ◦ blue 92

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

Shades of Rouge #A1365C

Tints of Rouge #A1365C

RGB

 RED value IS 161 (63.28% from 255) = 52.44%

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 52.44%
G = 17.59%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1365C (or 0xA1365C) is known color: Rouge. HEX triplet: A1, 36 and 5C. RGB value is (161,54,92). Sum of RGB (Red+Green+Blue) = 161+54+92=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1365C is #5EC9A3. Grayscale: #5A5A5A. Windows color (decimal): -6212004 or 6043297. OLE color: 6043297.

HSL color Cylindrical-coordinate representation of color #A1365C: hue angle of 338.69º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1365C is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 92 -
CMYK 0 0.66 0.43 0.37
HSL 338.69º 0.5% 0.42% -
HSV(B) 338.69º 0.66% 0.63% -
XYZ 17.95 10.99 11.3 -
YUV 90.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 161 54 92 0 0.66 0.43 0.37 338.69 0.5 0.42
Hex A1 36 5C 0 42 2B 25 153 32 2A
Octal 241 66 134 0 102 53 45 523 62 52
Binary 10100001 110110 1011100 0 1000010 101011 100101 101010011 110010 101010

Color Harmonies of #A1365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1365C

Black with #A1365C

Text Example


Text Example

White with #A1365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1365C; }

 p { color: rgb(161,54,92); }

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

background-color css

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

 a { background-color: rgb(161,54,92); }

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

border-color css

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

 span { border-color: rgb(161,54,92); }

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