Html Css Color HEX #AF343E Brick Red

📋 copy color: '#AF343E'

red 175 ◦ green 52 ◦ blue 62

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

Shades of Brick Red #AF343E

Tints of Brick Red #AF343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 60.55%
G = 17.99%
B = 21.45%

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

#AF343E (or 0xAF343E) is known color: Brick Red. HEX triplet: AF, 34 and 3E. RGB value is (175,52,62). Sum of RGB (Red+Green+Blue) = 175+52+62=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF343E is #50CBC1. Grayscale: #5A5A5A. Windows color (decimal): -5295042 or 4076719. OLE color: 4076719.

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

Color convert

RGB 175 52 62 -
CMYK 0 0.70 0.65 0.31
HSL 355.12º 0.54% 0.45% -
HSV(B) 355.12º 0.7% 0.69% -
XYZ 19.78 11.92 5.82 -
YUV 89.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 175 52 62 0 0.70 0.65 0.31 355.12 0.54 0.45
Hex AF 34 3E 0 46 41 1F 163 36 2D
Octal 257 64 76 0 106 101 37 543 66 55
Binary 10101111 110100 111110 0 1000110 1000001 11111 101100011 110110 101101

Color Harmonies of #AF343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF343E

Black with #AF343E

Text Example


Text Example

White with #AF343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF343E; }

 p { color: rgb(175,52,62); }

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

background-color css

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

 a { background-color: rgb(175,52,62); }

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

border-color css

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

 span { border-color: rgb(175,52,62); }

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