Html Css Color HEX #AF3841 Old Rose

📋 copy color: '#AF3841'

red 175 ◦ green 56 ◦ blue 65

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

Shades of Old Rose #AF3841

Tints of Old Rose #AF3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 59.12%
G = 18.92%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3841 (or 0xAF3841) is known color: Old Rose. HEX triplet: AF, 38 and 41. RGB value is (175,56,65). Sum of RGB (Red+Green+Blue) = 175+56+65=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3841 is #50C7BE. Grayscale: #5C5C5C. Windows color (decimal): -5294015 or 4274351. OLE color: 4274351.

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

Color convert

RGB 175 56 65 -
CMYK 0 0.68 0.63 0.31
HSL 355.46º 0.52% 0.45% -
HSV(B) 355.46º 0.68% 0.69% -
XYZ 20.05 12.32 6.32 -
YUV 92.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 175 56 65 0 0.68 0.63 0.31 355.46 0.52 0.45
Hex AF 38 41 0 44 3F 1F 163 34 2D
Octal 257 70 101 0 104 77 37 543 64 55
Binary 10101111 111000 1000001 0 1000100 111111 11111 101100011 110100 101101

Color Harmonies of #AF3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3841

Black with #AF3841

Text Example


Text Example

White with #AF3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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