Html Css Color HEX #AF313A Brick Red

📋 copy color: '#AF313A'

red 175 ◦ green 49 ◦ blue 58

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

Shades of Brick Red #AF313A

Tints of Brick Red #AF313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 62.06%
G = 17.38%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF313A (or 0xAF313A) is known color: Brick Red. HEX triplet: AF, 31 and 3A. RGB value is (175,49,58). Sum of RGB (Red+Green+Blue) = 175+49+58=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF313A is #50CEC5. Grayscale: #575757. Windows color (decimal): -5295814 or 3813807. OLE color: 3813807.

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

Color convert

RGB 175 49 58 -
CMYK 0 0.72 0.67 0.31
HSL 355.71º 0.56% 0.44% -
HSV(B) 355.71º 0.72% 0.69% -
XYZ 19.54 11.62 5.22 -
YUV 87.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 175 49 58 0 0.72 0.67 0.31 355.71 0.56 0.44
Hex AF 31 3A 0 48 43 1F 164 38 2C
Octal 257 61 72 0 110 103 37 544 70 54
Binary 10101111 110001 111010 0 1001000 1000011 11111 101100100 111000 101100

Color Harmonies of #AF313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF313A

Black with #AF313A

Text Example


Text Example

White with #AF313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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