Html Css Color HEX #AF313D Brick Red

📋 copy color: '#AF313D'

red 175 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #AF313D

Tints of Brick Red #AF313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 61.4%
G = 17.19%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF313D (or 0xAF313D) is known color: Brick Red. HEX triplet: AF, 31 and 3D. RGB value is (175,49,61). Sum of RGB (Red+Green+Blue) = 175+49+61=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF313D is #50CEC2. Grayscale: #585858. Windows color (decimal): -5295811 or 4010415. OLE color: 4010415.

HSL color Cylindrical-coordinate representation of color #AF313D: hue angle of 354.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF313D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 61 -
CMYK 0 0.72 0.65 0.31
HSL 354.29º 0.56% 0.44% -
HSV(B) 354.29º 0.72% 0.69% -
XYZ 19.62 11.65 5.63 -
YUV 88.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 175 49 61 0 0.72 0.65 0.31 354.29 0.56 0.44
Hex AF 31 3D 0 48 41 1F 162 38 2C
Octal 257 61 75 0 110 101 37 542 70 54
Binary 10101111 110001 111101 0 1001000 1000001 11111 101100010 111000 101100

Color Harmonies of #AF313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF313D

Black with #AF313D

Text Example


Text Example

White with #AF313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF313D; }

 p { color: rgb(175,49,61); }

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

background-color css

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

 a { background-color: rgb(175,49,61); }

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

border-color css

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

 span { border-color: rgb(175,49,61); }

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