Html Css Color HEX #AF323C Brick Red

📋 copy color: '#AF323C'

red 175 ◦ green 50 ◦ blue 60

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

Shades of Brick Red #AF323C

Tints of Brick Red #AF323C

RGB

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

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

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

R = 61.4%
G = 17.54%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF323C (or 0xAF323C) is known color: Brick Red. HEX triplet: AF, 32 and 3C. RGB value is (175,50,60). Sum of RGB (Red+Green+Blue) = 175+50+60=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF323C is #50CDC3. Grayscale: #585858. Windows color (decimal): -5295556 or 3945135. OLE color: 3945135.

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

Color convert

RGB 175 50 60 -
CMYK 0 0.71 0.66 0.31
HSL 355.2º 0.56% 0.44% -
HSV(B) 355.2º 0.71% 0.69% -
XYZ 19.64 11.72 5.5 -
YUV 88.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 175 50 60 0 0.71 0.66 0.31 355.2 0.56 0.44
Hex AF 32 3C 0 47 42 1F 163 38 2C
Octal 257 62 74 0 107 102 37 543 70 54
Binary 10101111 110010 111100 0 1000111 1000010 11111 101100011 111000 101100

Color Harmonies of #AF323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF323C

Black with #AF323C

Text Example


Text Example

White with #AF323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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