Html Css Color HEX #AF140A Fire Brick

📋 copy color: '#AF140A'

red 175 ◦ green 20 ◦ blue 10

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

Shades of Fire Brick #AF140A

Tints of Fire Brick #AF140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 85.37%
G = 9.76%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF140A (or 0xAF140A) is known color: Fire Brick. HEX triplet: AF, 14 and 0A. RGB value is (175,20,10). Sum of RGB (Red+Green+Blue) = 175+20+10=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF140A is #50EBF5. Grayscale: #414141. Windows color (decimal): -5303286 or 660655. OLE color: 660655.

HSL color Cylindrical-coordinate representation of color #AF140A: hue angle of 3.64º degrees, saturation: 0.89, 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 #AF140A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 10 -
CMYK 0 0.89 0.94 0.31
HSL 3.64º 0.89% 0.36% -
HSV(B) 3.64º 0.94% 0.69% -
XYZ 17.98 9.64 1.2 -
YUV 65.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 175 20 10 0 0.89 0.94 0.31 3.64 0.89 0.36
Hex AF 14 A 0 59 5E 1F 4 59 24
Octal 257 24 12 0 131 136 37 4 131 44
Binary 10101111 10100 1010 0 1011001 1011110 11111 100 1011001 100100

Color Harmonies of #AF140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF140A

Black with #AF140A

Text Example


Text Example

White with #AF140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF140A; }

 p { color: rgb(175,20,10); }

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

background-color css

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

 a { background-color: rgb(175,20,10); }

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

border-color css

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

 span { border-color: rgb(175,20,10); }

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