Html Css Color HEX #AF1812 Fire Brick

📋 copy color: '#AF1812'

red 175 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #AF1812

Tints of Fire Brick #AF1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 80.65%
G = 11.06%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1812 (or 0xAF1812) is known color: Fire Brick. HEX triplet: AF, 18 and 12. RGB value is (175,24,18). Sum of RGB (Red+Green+Blue) = 175+24+18=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1812 is #50E7ED. Grayscale: #444444. Windows color (decimal): -5302254 or 1185967. OLE color: 1185967.

HSL color Cylindrical-coordinate representation of color #AF1812: hue angle of 2.29º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1812 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 18 -
CMYK 0 0.86 0.90 0.31
HSL 2.29º 0.81% 0.38% -
HSV(B) 2.29º 0.9% 0.69% -
XYZ 18.12 9.81 1.51 -
YUV 68.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 175 24 18 0 0.86 0.90 0.31 2.29 0.81 0.38
Hex AF 18 12 0 56 5A 1F 2 51 26
Octal 257 30 22 0 126 132 37 2 121 46
Binary 10101111 11000 10010 0 1010110 1011010 11111 10 1010001 100110

Color Harmonies of #AF1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1812

Black with #AF1812

Text Example


Text Example

White with #AF1812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1812; }

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

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

background-color css

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

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

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

border-color css

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

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

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