Html Css Color HEX #AF260E Fire Brick

📋 copy color: '#AF260E'

red 175 ◦ green 38 ◦ blue 14

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

Shades of Fire Brick #AF260E

Tints of Fire Brick #AF260E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 77.09%
G = 16.74%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF260E (or 0xAF260E) is known color: Fire Brick. HEX triplet: AF, 26 and 0E. RGB value is (175,38,14). Sum of RGB (Red+Green+Blue) = 175+38+14=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF260E is #50D9F1. Grayscale: #4C4C4C. Windows color (decimal): -5298674 or 927407. OLE color: 927407.

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

Color convert

RGB 175 38 14 -
CMYK 0 0.78 0.92 0.31
HSL 8.94º 0.85% 0.37% -
HSV(B) 8.94º 0.92% 0.69% -
XYZ 18.45 10.53 1.48 -
YUV 76.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 175 38 14 0 0.78 0.92 0.31 8.94 0.85 0.37
Hex AF 26 E 0 4E 5C 1F 9 55 25
Octal 257 46 16 0 116 134 37 11 125 45
Binary 10101111 100110 1110 0 1001110 1011100 11111 1001 1010101 100101

Color Harmonies of #AF260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF260E

Black with #AF260E

Text Example


Text Example

White with #AF260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF260E; }

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

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

background-color css

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

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

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

border-color css

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

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

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