Html Css Color HEX #A42C6B Rouge

📋 copy color: '#A42C6B'

red 164 ◦ green 44 ◦ blue 107

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

Shades of Rouge #A42C6B

Tints of Rouge #A42C6B

RGB

 RED value IS 164 (64.45% from 255) = 52.06%

 GREEN value IS 44 (17.58% from 255) = 13.97%

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 52.06%
G = 13.97%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A42C6B (or 0xA42C6B) is known color: Rouge. HEX triplet: A4, 2C and 6B. RGB value is (164,44,107). Sum of RGB (Red+Green+Blue) = 164+44+107=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42C6B is #5BD394. Grayscale: #565656. Windows color (decimal): -6017941 or 7023780. OLE color: 7023780.

HSL color Cylindrical-coordinate representation of color #A42C6B: hue angle of 328.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C6B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 44 107 -
CMYK 0 0.73 0.35 0.36
HSL 328.5º 0.58% 0.41% -
HSV(B) 328.5º 0.73% 0.64% -
XYZ 18.86 10.76 14.99 -
YUV 87.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 164 44 107 0 0.73 0.35 0.36 328.5 0.58 0.41
Hex A4 2C 6B 0 49 23 24 148 3A 29
Octal 244 54 153 0 111 43 44 510 72 51
Binary 10100100 101100 1101011 0 1001001 100011 100100 101001000 111010 101001

Color Harmonies of #A42C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C6B

Black with #A42C6B

Text Example


Text Example

White with #A42C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C6B; }

 p { color: rgb(164,44,107); }

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

background-color css

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

 a { background-color: rgb(164,44,107); }

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

border-color css

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

 span { border-color: rgb(164,44,107); }

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