Html Css Color HEX #AF321A Fire Brick

📋 copy color: '#AF321A'

red 175 ◦ green 50 ◦ blue 26

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

Shades of Fire Brick #AF321A

Tints of Fire Brick #AF321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 69.72%
G = 19.92%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF321A (or 0xAF321A) is known color: Fire Brick. HEX triplet: AF, 32 and 1A. RGB value is (175,50,26). Sum of RGB (Red+Green+Blue) = 175+50+26=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF321A is #50CDE5. Grayscale: #545454. Windows color (decimal): -5295590 or 1716911. OLE color: 1716911.

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

Color convert

RGB 175 50 26 -
CMYK 0 0.71 0.85 0.31
HSL 9.66º 0.74% 0.39% -
HSV(B) 9.66º 0.85% 0.69% -
XYZ 19.01 11.47 2.19 -
YUV 84.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 175 50 26 0 0.71 0.85 0.31 9.66 0.74 0.39
Hex AF 32 1A 0 47 55 1F A 4A 27
Octal 257 62 32 0 107 125 37 12 112 47
Binary 10101111 110010 11010 0 1000111 1010101 11111 1010 1001010 100111

Color Harmonies of #AF321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF321A

Black with #AF321A

Text Example


Text Example

White with #AF321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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