Html Css Color HEX #AF313C Brick Red

📋 copy color: '#AF313C'

red 175 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #AF313C

Tints of Brick Red #AF313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 61.62%
G = 17.25%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF313C (or 0xAF313C) is known color: Brick Red. HEX triplet: AF, 31 and 3C. RGB value is (175,49,60). Sum of RGB (Red+Green+Blue) = 175+49+60=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF313C is #50CEC3. Grayscale: #585858. Windows color (decimal): -5295812 or 3944879. OLE color: 3944879.

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

Color convert

RGB 175 49 60 -
CMYK 0 0.72 0.66 0.31
HSL 354.76º 0.56% 0.44% -
HSV(B) 354.76º 0.72% 0.69% -
XYZ 19.59 11.64 5.49 -
YUV 87.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 175 49 60 0 0.72 0.66 0.31 354.76 0.56 0.44
Hex AF 31 3C 0 48 42 1F 163 38 2C
Octal 257 61 74 0 110 102 37 543 70 54
Binary 10101111 110001 111100 0 1001000 1000010 11111 101100011 111000 101100

Color Harmonies of #AF313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF313C

Black with #AF313C

Text Example


Text Example

White with #AF313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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