Html Css Color HEX #AB2962 Rouge

📋 copy color: '#AB2962'

red 171 ◦ green 41 ◦ blue 98

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

Shades of Rouge #AB2962

Tints of Rouge #AB2962

RGB

 RED value IS 171 (67.19% from 255) = 55.16%

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 55.16%
G = 13.23%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB2962 (or 0xAB2962) is known color: Rouge. HEX triplet: AB, 29 and 62. RGB value is (171,41,98). Sum of RGB (Red+Green+Blue) = 171+41+98=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2962 is #54D69D. Grayscale: #565656. Windows color (decimal): -5559966 or 6433195. OLE color: 6433195.

HSL color Cylindrical-coordinate representation of color #AB2962: hue angle of 333.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2962 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 98 -
CMYK 0 0.76 0.43 0.33
HSL 333.69º 0.61% 0.42% -
HSV(B) 333.69º 0.76% 0.67% -
XYZ 19.79 11.13 12.66 -
YUV 86.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 171 41 98 0 0.76 0.43 0.33 333.69 0.61 0.42
Hex AB 29 62 0 4C 2B 21 14E 3D 2A
Octal 253 51 142 0 114 53 41 516 75 52
Binary 10101011 101001 1100010 0 1001100 101011 100001 101001110 111101 101010

Color Harmonies of #AB2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2962

Black with #AB2962

Text Example


Text Example

White with #AB2962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2962; }

 p { color: rgb(171,41,98); }

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

background-color css

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

 a { background-color: rgb(171,41,98); }

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

border-color css

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

 span { border-color: rgb(171,41,98); }

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