Html Css Color HEX #A13262 Rouge

📋 copy color: '#A13262'

red 161 ◦ green 50 ◦ blue 98

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

Shades of Rouge #A13262

Tints of Rouge #A13262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 52.1%
G = 16.18%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A13262 (or 0xA13262) is known color: Rouge. HEX triplet: A1, 32 and 62. RGB value is (161,50,98). Sum of RGB (Red+Green+Blue) = 161+50+98=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A13262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13262 is #5ECD9D. Grayscale: #585858. Windows color (decimal): -6213022 or 6435489. OLE color: 6435489.

HSL color Cylindrical-coordinate representation of color #A13262: hue angle of 334.05º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13262 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 98 -
CMYK 0 0.69 0.39 0.37
HSL 334.05º 0.53% 0.41% -
HSV(B) 334.05º 0.69% 0.63% -
XYZ 18.04 10.74 12.68 -
YUV 88.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 161 50 98 0 0.69 0.39 0.37 334.05 0.53 0.41
Hex A1 32 62 0 45 27 25 14E 35 29
Octal 241 62 142 0 105 47 45 516 65 51
Binary 10100001 110010 1100010 0 1000101 100111 100101 101001110 110101 101001

Color Harmonies of #A13262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13262

Black with #A13262

Text Example


Text Example

White with #A13262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13262; }

 p { color: rgb(161,50,98); }

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

background-color css

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

 a { background-color: rgb(161,50,98); }

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

border-color css

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

 span { border-color: rgb(161,50,98); }

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