Html Css Color HEX #AF260D Fire Brick

📋 copy color: '#AF260D'

red 175 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #AF260D

Tints of Fire Brick #AF260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 77.43%
G = 16.81%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF260D (or 0xAF260D) is known color: Fire Brick. HEX triplet: AF, 26 and 0D. RGB value is (175,38,13). Sum of RGB (Red+Green+Blue) = 175+38+13=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF260D is #50D9F2. Grayscale: #4C4C4C. Windows color (decimal): -5298675 or 861871. OLE color: 861871.

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

Color convert

RGB 175 38 13 -
CMYK 0 0.78 0.93 0.31
HSL 9.26º 0.86% 0.37% -
HSV(B) 9.26º 0.93% 0.69% -
XYZ 18.44 10.53 1.44 -
YUV 76.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 175 38 13 0 0.78 0.93 0.31 9.26 0.86 0.37
Hex AF 26 D 0 4E 5D 1F 9 56 25
Octal 257 46 15 0 116 135 37 11 126 45
Binary 10101111 100110 1101 0 1001110 1011101 11111 1001 1010110 100101

Color Harmonies of #AF260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF260D

Black with #AF260D

Text Example


Text Example

White with #AF260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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