Html Css Color HEX #AF120D Fire Brick

📋 copy color: '#AF120D'

red 175 ◦ green 18 ◦ blue 13

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

Shades of Fire Brick #AF120D

Tints of Fire Brick #AF120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 84.95%
G = 8.74%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF120D (or 0xAF120D) is known color: Fire Brick. HEX triplet: AF, 12 and 0D. RGB value is (175,18,13). Sum of RGB (Red+Green+Blue) = 175+18+13=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF120D is #50EDF2. Grayscale: #404040. Windows color (decimal): -5303795 or 856751. OLE color: 856751.

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

Color convert

RGB 175 18 13 -
CMYK 0 0.90 0.93 0.31
HSL 1.85º 0.86% 0.37% -
HSV(B) 1.85º 0.93% 0.69% -
XYZ 17.97 9.58 1.28 -
YUV 64.37 99.01 206.91 -
System Red Green Blue C M Y K H S L
Decimal 175 18 13 0 0.90 0.93 0.31 1.85 0.86 0.37
Hex AF 12 D 0 5A 5D 1F 2 56 25
Octal 257 22 15 0 132 135 37 2 126 45
Binary 10101111 10010 1101 0 1011010 1011101 11111 10 1010110 100101

Color Harmonies of #AF120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF120D

Black with #AF120D

Text Example


Text Example

White with #AF120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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