Html Css Color HEX #AF365F Rouge

📋 copy color: '#AF365F'

red 175 ◦ green 54 ◦ blue 95

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

Shades of Rouge #AF365F

Tints of Rouge #AF365F

RGB

 RED value IS 175 (68.75% from 255) = 54.01%

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 54.01%
G = 16.67%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF365F (or 0xAF365F) is known color: Rouge. HEX triplet: AF, 36 and 5F. RGB value is (175,54,95). Sum of RGB (Red+Green+Blue) = 175+54+95=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF365F is #50C9A0. Grayscale: #5E5E5E. Windows color (decimal): -5294497 or 6239919. OLE color: 6239919.

HSL color Cylindrical-coordinate representation of color #AF365F: hue angle of 339.67º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF365F is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 54 95 -
CMYK 0 0.69 0.46 0.31
HSL 339.67º 0.53% 0.45% -
HSV(B) 339.67º 0.69% 0.69% -
XYZ 21.06 12.58 12.14 -
YUV 94.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 175 54 95 0 0.69 0.46 0.31 339.67 0.53 0.45
Hex AF 36 5F 0 45 2E 1F 154 35 2D
Octal 257 66 137 0 105 56 37 524 65 55
Binary 10101111 110110 1011111 0 1000101 101110 11111 101010100 110101 101101

Color Harmonies of #AF365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF365F

Black with #AF365F

Text Example


Text Example

White with #AF365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF365F; }

 p { color: rgb(175,54,95); }

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

background-color css

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

 a { background-color: rgb(175,54,95); }

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

border-color css

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

 span { border-color: rgb(175,54,95); }

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