Html Css Color HEX #A23263 Rouge

📋 copy color: '#A23263'

red 162 ◦ green 50 ◦ blue 99

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

Shades of Rouge #A23263

Tints of Rouge #A23263

RGB

 RED value IS 162 (63.67% from 255) = 52.09%

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

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 52.09%
G = 16.08%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A23263 (or 0xA23263) is known color: Rouge. HEX triplet: A2, 32 and 63. RGB value is (162,50,99). Sum of RGB (Red+Green+Blue) = 162+50+99=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A23263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23263 is #5DCD9C. Grayscale: #585858. Windows color (decimal): -6147485 or 6501026. OLE color: 6501026.

HSL color Cylindrical-coordinate representation of color #A23263: hue angle of 333.75º 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 #A23263 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 99 -
CMYK 0 0.69 0.39 0.36
HSL 333.75º 0.53% 0.42% -
HSV(B) 333.75º 0.69% 0.64% -
XYZ 18.29 10.86 12.94 -
YUV 89.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 162 50 99 0 0.69 0.39 0.36 333.75 0.53 0.42
Hex A2 32 63 0 45 27 24 14E 35 2A
Octal 242 62 143 0 105 47 44 516 65 52
Binary 10100010 110010 1100011 0 1000101 100111 100100 101001110 110101 101010

Color Harmonies of #A23263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23263

Black with #A23263

Text Example


Text Example

White with #A23263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23263; }

 p { color: rgb(162,50,99); }

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

background-color css

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

 a { background-color: rgb(162,50,99); }

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

border-color css

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

 span { border-color: rgb(162,50,99); }

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