Html Css Color HEX #AF280E Fire Brick

📋 copy color: '#AF280E'

red 175 ◦ green 40 ◦ blue 14

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

Shades of Fire Brick #AF280E

Tints of Fire Brick #AF280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 76.42%
G = 17.47%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF280E (or 0xAF280E) is known color: Fire Brick. HEX triplet: AF, 28 and 0E. RGB value is (175,40,14). Sum of RGB (Red+Green+Blue) = 175+40+14=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF280E is #50D7F1. Grayscale: #4D4D4D. Windows color (decimal): -5298162 or 927919. OLE color: 927919.

HSL color Cylindrical-coordinate representation of color #AF280E: hue angle of 9.69º 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 #AF280E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 14 -
CMYK 0 0.77 0.92 0.31
HSL 9.69º 0.85% 0.37% -
HSV(B) 9.69º 0.92% 0.69% -
XYZ 18.52 10.66 1.5 -
YUV 77.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 175 40 14 0 0.77 0.92 0.31 9.69 0.85 0.37
Hex AF 28 E 0 4D 5C 1F A 55 25
Octal 257 50 16 0 115 134 37 12 125 45
Binary 10101111 101000 1110 0 1001101 1011100 11111 1010 1010101 100101

Color Harmonies of #AF280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF280E

Black with #AF280E

Text Example


Text Example

White with #AF280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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