Html Css Color HEX #AF323D Brick Red

📋 copy color: '#AF323D'

red 175 ◦ green 50 ◦ blue 61

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

Shades of Brick Red #AF323D

Tints of Brick Red #AF323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 61.19%
G = 17.48%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF323D (or 0xAF323D) is known color: Brick Red. HEX triplet: AF, 32 and 3D. RGB value is (175,50,61). Sum of RGB (Red+Green+Blue) = 175+50+61=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF323D is #50CDC2. Grayscale: #585858. Windows color (decimal): -5295555 or 4010671. OLE color: 4010671.

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

Color convert

RGB 175 50 61 -
CMYK 0 0.71 0.65 0.31
HSL 354.72º 0.56% 0.44% -
HSV(B) 354.72º 0.71% 0.69% -
XYZ 19.66 11.73 5.64 -
YUV 88.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 175 50 61 0 0.71 0.65 0.31 354.72 0.56 0.44
Hex AF 32 3D 0 47 41 1F 163 38 2C
Octal 257 62 75 0 107 101 37 543 70 54
Binary 10101111 110010 111101 0 1000111 1000001 11111 101100011 111000 101100

Color Harmonies of #AF323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF323D

Black with #AF323D

Text Example


Text Example

White with #AF323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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