Html Css Color HEX #AF260B Fire Brick

📋 copy color: '#AF260B'

red 175 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #AF260B

Tints of Fire Brick #AF260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 78.13%
G = 16.96%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF260B (or 0xAF260B) is known color: Fire Brick. HEX triplet: AF, 26 and 0B. RGB value is (175,38,11). Sum of RGB (Red+Green+Blue) = 175+38+11=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF260B is #50D9F4. Grayscale: #4C4C4C. Windows color (decimal): -5298677 or 730799. OLE color: 730799.

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

Color convert

RGB 175 38 11 -
CMYK 0 0.78 0.94 0.31
HSL 9.88º 0.88% 0.36% -
HSV(B) 9.88º 0.94% 0.69% -
XYZ 18.43 10.52 1.38 -
YUV 75.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 175 38 11 0 0.78 0.94 0.31 9.88 0.88 0.36
Hex AF 26 B 0 4E 5E 1F A 58 24
Octal 257 46 13 0 116 136 37 12 130 44
Binary 10101111 100110 1011 0 1001110 1011110 11111 1010 1011000 100100

Color Harmonies of #AF260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF260B

Black with #AF260B

Text Example


Text Example

White with #AF260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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