Html Css Color HEX #AF260F Fire Brick

📋 copy color: '#AF260F'

red 175 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #AF260F

Tints of Fire Brick #AF260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 76.75%
G = 16.67%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF260F (or 0xAF260F) is known color: Fire Brick. HEX triplet: AF, 26 and 0F. RGB value is (175,38,15). Sum of RGB (Red+Green+Blue) = 175+38+15=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF260F is #50D9F0. Grayscale: #4C4C4C. Windows color (decimal): -5298673 or 992943. OLE color: 992943.

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

Color convert

RGB 175 38 15 -
CMYK 0 0.78 0.91 0.31
HSL 8.63º 0.84% 0.37% -
HSV(B) 8.63º 0.91% 0.69% -
XYZ 18.46 10.53 1.51 -
YUV 76.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 175 38 15 0 0.78 0.91 0.31 8.63 0.84 0.37
Hex AF 26 F 0 4E 5B 1F 9 54 25
Octal 257 46 17 0 116 133 37 11 124 45
Binary 10101111 100110 1111 0 1001110 1011011 11111 1001 1010100 100101

Color Harmonies of #AF260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF260F

Black with #AF260F

Text Example


Text Example

White with #AF260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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