Html Css Color HEX #A23372 Rouge

📋 copy color: '#A23372'

red 162 ◦ green 51 ◦ blue 114

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

Shades of Rouge #A23372

Tints of Rouge #A23372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 49.54%
G = 15.6%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A23372 (or 0xA23372) is known color: Rouge. HEX triplet: A2, 33 and 72. RGB value is (162,51,114). Sum of RGB (Red+Green+Blue) = 162+51+114=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A23372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23372 is #5DCC8D. Grayscale: #5B5B5B. Windows color (decimal): -6147214 or 7484322. OLE color: 7484322.

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

Color convert

RGB 162 51 114 -
CMYK 0 0.69 0.30 0.36
HSL 325.95º 0.52% 0.42% -
HSV(B) 325.95º 0.69% 0.64% -
XYZ 19.12 11.26 17.09 -
YUV 91.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 162 51 114 0 0.69 0.30 0.36 325.95 0.52 0.42
Hex A2 33 72 0 45 1E 24 146 34 2A
Octal 242 63 162 0 105 36 44 506 64 52
Binary 10100010 110011 1110010 0 1000101 11110 100100 101000110 110100 101010

Color Harmonies of #A23372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23372

Black with #A23372

Text Example


Text Example

White with #A23372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23372; }

 p { color: rgb(162,51,114); }

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

background-color css

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

 a { background-color: rgb(162,51,114); }

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

border-color css

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

 span { border-color: rgb(162,51,114); }

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