Html Css Color HEX #AF3741 Old Rose

📋 copy color: '#AF3741'

red 175 ◦ green 55 ◦ blue 65

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

Shades of Old Rose #AF3741

Tints of Old Rose #AF3741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 59.32%
G = 18.64%
B = 22.03%

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

#AF3741 (or 0xAF3741) is known color: Old Rose. HEX triplet: AF, 37 and 41. RGB value is (175,55,65). Sum of RGB (Red+Green+Blue) = 175+55+65=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3741 is #50C8BE. Grayscale: #5C5C5C. Windows color (decimal): -5294271 or 4274095. OLE color: 4274095.

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

Color convert

RGB 175 55 65 -
CMYK 0 0.69 0.63 0.31
HSL 355º 0.52% 0.45% -
HSV(B) 355º 0.69% 0.69% -
XYZ 20 12.23 6.31 -
YUV 92.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 175 55 65 0 0.69 0.63 0.31 355 0.52 0.45
Hex AF 37 41 0 45 3F 1F 163 34 2D
Octal 257 67 101 0 105 77 37 543 64 55
Binary 10101111 110111 1000001 0 1000101 111111 11111 101100011 110100 101101

Color Harmonies of #AF3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3741

Black with #AF3741

Text Example


Text Example

White with #AF3741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3741; }

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

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

background-color css

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

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

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

border-color css

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

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

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