Html Css Color HEX #AF353D Brick Red

📋 copy color: '#AF353D'

red 175 ◦ green 53 ◦ blue 61

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

Shades of Brick Red #AF353D

Tints of Brick Red #AF353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 60.55%
G = 18.34%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF353D (or 0xAF353D) is known color: Brick Red. HEX triplet: AF, 35 and 3D. RGB value is (175,53,61). Sum of RGB (Red+Green+Blue) = 175+53+61=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF353D is #50CAC2. Grayscale: #5A5A5A. Windows color (decimal): -5294787 or 4011439. OLE color: 4011439.

HSL color Cylindrical-coordinate representation of color #AF353D: hue angle of 356.07º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF353D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 61 -
CMYK 0 0.70 0.65 0.31
HSL 356.07º 0.54% 0.45% -
HSV(B) 356.07º 0.7% 0.69% -
XYZ 19.79 12 5.69 -
YUV 90.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 175 53 61 0 0.70 0.65 0.31 356.07 0.54 0.45
Hex AF 35 3D 0 46 41 1F 164 36 2D
Octal 257 65 75 0 106 101 37 544 66 55
Binary 10101111 110101 111101 0 1000110 1000001 11111 101100100 110110 101101

Color Harmonies of #AF353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF353D

Black with #AF353D

Text Example


Text Example

White with #AF353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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