Html Css Color HEX #AF3941 Old Rose

📋 copy color: '#AF3941'

red 175 ◦ green 57 ◦ blue 65

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

Shades of Old Rose #AF3941

Tints of Old Rose #AF3941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 58.92%
G = 19.19%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3941 (or 0xAF3941) is known color: Old Rose. HEX triplet: AF, 39 and 41. RGB value is (175,57,65). Sum of RGB (Red+Green+Blue) = 175+57+65=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3941 is #50C6BE. Grayscale: #5D5D5D. Windows color (decimal): -5293759 or 4274607. OLE color: 4274607.

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

Color convert

RGB 175 57 65 -
CMYK 0 0.67 0.63 0.31
HSL 355.93º 0.51% 0.45% -
HSV(B) 355.93º 0.67% 0.69% -
XYZ 20.1 12.42 6.34 -
YUV 93.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 175 57 65 0 0.67 0.63 0.31 355.93 0.51 0.45
Hex AF 39 41 0 43 3F 1F 164 33 2D
Octal 257 71 101 0 103 77 37 544 63 55
Binary 10101111 111001 1000001 0 1000011 111111 11111 101100100 110011 101101

Color Harmonies of #AF3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3941

Black with #AF3941

Text Example


Text Example

White with #AF3941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3941; }

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

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

background-color css

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

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

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

border-color css

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

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

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