Html Css Color HEX #AF3842 Old Rose

📋 copy color: '#AF3842'

red 175 ◦ green 56 ◦ blue 66

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

Shades of Old Rose #AF3842

Tints of Old Rose #AF3842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 58.92%
G = 18.86%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3842 (or 0xAF3842) is known color: Old Rose. HEX triplet: AF, 38 and 42. RGB value is (175,56,66). Sum of RGB (Red+Green+Blue) = 175+56+66=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3842 is #50C7BD. Grayscale: #5C5C5C. Windows color (decimal): -5294014 or 4339887. OLE color: 4339887.

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

Color convert

RGB 175 56 66 -
CMYK 0 0.68 0.62 0.31
HSL 354.96º 0.52% 0.45% -
HSV(B) 354.96º 0.68% 0.69% -
XYZ 20.08 12.34 6.48 -
YUV 92.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 175 56 66 0 0.68 0.62 0.31 354.96 0.52 0.45
Hex AF 38 42 0 44 3E 1F 163 34 2D
Octal 257 70 102 0 104 76 37 543 64 55
Binary 10101111 111000 1000010 0 1000100 111110 11111 101100011 110100 101101

Color Harmonies of #AF3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3842

Black with #AF3842

Text Example


Text Example

White with #AF3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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