Html Css Color HEX #AF321E Fire Brick

📋 copy color: '#AF321E'

red 175 ◦ green 50 ◦ blue 30

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

Shades of Fire Brick #AF321E

Tints of Fire Brick #AF321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 68.63%
G = 19.61%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF321E (or 0xAF321E) is known color: Fire Brick. HEX triplet: AF, 32 and 1E. RGB value is (175,50,30). Sum of RGB (Red+Green+Blue) = 175+50+30=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF321E is #50CDE1. Grayscale: #555555. Windows color (decimal): -5295586 or 1979055. OLE color: 1979055.

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

Color convert

RGB 175 50 30 -
CMYK 0 0.71 0.83 0.31
HSL 8.28º 0.71% 0.4% -
HSV(B) 8.28º 0.83% 0.69% -
XYZ 19.05 11.49 2.44 -
YUV 85.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 175 50 30 0 0.71 0.83 0.31 8.28 0.71 0.4
Hex AF 32 1E 0 47 53 1F 8 47 28
Octal 257 62 36 0 107 123 37 10 107 50
Binary 10101111 110010 11110 0 1000111 1010011 11111 1000 1000111 101000

Color Harmonies of #AF321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF321E

Black with #AF321E

Text Example


Text Example

White with #AF321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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