Html Css Color HEX #A33262 Rouge

📋 copy color: '#A33262'

red 163 ◦ green 50 ◦ blue 98

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

Shades of Rouge #A33262

Tints of Rouge #A33262

RGB

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

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

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

R = 52.41%
G = 16.08%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A33262 (or 0xA33262) is known color: Rouge. HEX triplet: A3, 32 and 62. RGB value is (163,50,98). Sum of RGB (Red+Green+Blue) = 163+50+98=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A33262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33262 is #5CCD9D. Grayscale: #595959. Windows color (decimal): -6081950 or 6435491. OLE color: 6435491.

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

Color convert

RGB 163 50 98 -
CMYK 0 0.69 0.40 0.36
HSL 334.51º 0.53% 0.42% -
HSV(B) 334.51º 0.69% 0.64% -
XYZ 18.45 10.95 12.7 -
YUV 89.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 163 50 98 0 0.69 0.40 0.36 334.51 0.53 0.42
Hex A3 32 62 0 45 28 24 14F 35 2A
Octal 243 62 142 0 105 50 44 517 65 52
Binary 10100011 110010 1100010 0 1000101 101000 100100 101001111 110101 101010

Color Harmonies of #A33262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33262

Black with #A33262

Text Example


Text Example

White with #A33262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33262; }

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

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

background-color css

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

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

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

border-color css

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

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

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