Html Css Color HEX #AF3740 Old Rose

📋 copy color: '#AF3740'

red 175 ◦ green 55 ◦ blue 64

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

Shades of Old Rose #AF3740

Tints of Old Rose #AF3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 59.52%
G = 18.71%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3740 (or 0xAF3740) is known color: Old Rose. HEX triplet: AF, 37 and 40. RGB value is (175,55,64). Sum of RGB (Red+Green+Blue) = 175+55+64=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3740 is #50C8BF. Grayscale: #5B5B5B. Windows color (decimal): -5294272 or 4208559. OLE color: 4208559.

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

Color convert

RGB 175 55 64 -
CMYK 0 0.69 0.63 0.31
HSL 355.5º 0.52% 0.45% -
HSV(B) 355.5º 0.69% 0.69% -
XYZ 19.97 12.22 6.16 -
YUV 91.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 175 55 64 0 0.69 0.63 0.31 355.5 0.52 0.45
Hex AF 37 40 0 45 3F 1F 164 34 2D
Octal 257 67 100 0 105 77 37 544 64 55
Binary 10101111 110111 1000000 0 1000101 111111 11111 101100100 110100 101101

Color Harmonies of #AF3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3740

Black with #AF3740

Text Example


Text Example

White with #AF3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3740; }

 p { color: rgb(175,55,64); }

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

background-color css

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

 a { background-color: rgb(175,55,64); }

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

border-color css

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

 span { border-color: rgb(175,55,64); }

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