Html Css Color HEX #AF120C Fire Brick

📋 copy color: '#AF120C'

red 175 ◦ green 18 ◦ blue 12

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

Shades of Fire Brick #AF120C

Tints of Fire Brick #AF120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 85.37%
G = 8.78%
B = 5.85%

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

#AF120C (or 0xAF120C) is known color: Fire Brick. HEX triplet: AF, 12 and 0C. RGB value is (175,18,12). Sum of RGB (Red+Green+Blue) = 175+18+12=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF120C is #50EDF3. Grayscale: #404040. Windows color (decimal): -5303796 or 791215. OLE color: 791215.

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

Color convert

RGB 175 18 12 -
CMYK 0 0.90 0.93 0.31
HSL 2.21º 0.87% 0.37% -
HSV(B) 2.21º 0.93% 0.69% -
XYZ 17.96 9.57 1.25 -
YUV 64.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 175 18 12 0 0.90 0.93 0.31 2.21 0.87 0.37
Hex AF 12 C 0 5A 5D 1F 2 57 25
Octal 257 22 14 0 132 135 37 2 127 45
Binary 10101111 10010 1100 0 1011010 1011101 11111 10 1010111 100101

Color Harmonies of #AF120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF120C

Black with #AF120C

Text Example


Text Example

White with #AF120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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