Html Css Color HEX #AF3139 Brick Red

📋 copy color: '#AF3139'

red 175 ◦ green 49 ◦ blue 57

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

Shades of Brick Red #AF3139

Tints of Brick Red #AF3139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 62.28%
G = 17.44%
B = 20.28%

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

#AF3139 (or 0xAF3139) is known color: Brick Red. HEX triplet: AF, 31 and 39. RGB value is (175,49,57). Sum of RGB (Red+Green+Blue) = 175+49+57=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3139 is #50CEC6. Grayscale: #575757. Windows color (decimal): -5295815 or 3748271. OLE color: 3748271.

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

Color convert

RGB 175 49 57 -
CMYK 0 0.72 0.67 0.31
HSL 356.19º 0.56% 0.44% -
HSV(B) 356.19º 0.72% 0.69% -
XYZ 19.52 11.61 5.08 -
YUV 87.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 175 49 57 0 0.72 0.67 0.31 356.19 0.56 0.44
Hex AF 31 39 0 48 43 1F 164 38 2C
Octal 257 61 71 0 110 103 37 544 70 54
Binary 10101111 110001 111001 0 1001000 1000011 11111 101100100 111000 101100

Color Harmonies of #AF3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3139

Black with #AF3139

Text Example


Text Example

White with #AF3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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