Html Css Color HEX #AF261F Fire Brick

📋 copy color: '#AF261F'

red 175 ◦ green 38 ◦ blue 31

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

Shades of Fire Brick #AF261F

Tints of Fire Brick #AF261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 71.72%
G = 15.57%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF261F (or 0xAF261F) is known color: Fire Brick. HEX triplet: AF, 26 and 1F. RGB value is (175,38,31). Sum of RGB (Red+Green+Blue) = 175+38+31=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF261F is #50D9E0. Grayscale: #4E4E4E. Windows color (decimal): -5298657 or 2041519. OLE color: 2041519.

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

Color convert

RGB 175 38 31 -
CMYK 0 0.78 0.82 0.31
HSL 2.92º 0.7% 0.4% -
HSV(B) 2.92º 0.82% 0.69% -
XYZ 18.62 10.6 2.36 -
YUV 78.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 175 38 31 0 0.78 0.82 0.31 2.92 0.7 0.4
Hex AF 26 1F 0 4E 52 1F 3 46 28
Octal 257 46 37 0 116 122 37 3 106 50
Binary 10101111 100110 11111 0 1001110 1010010 11111 11 1000110 101000

Color Harmonies of #AF261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF261F

Black with #AF261F

Text Example


Text Example

White with #AF261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF261F; }

 p { color: rgb(175,38,31); }

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

background-color css

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

 a { background-color: rgb(175,38,31); }

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

border-color css

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

 span { border-color: rgb(175,38,31); }

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