Html Css Color HEX #AF1412 Fire Brick

📋 copy color: '#AF1412'

red 175 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #AF1412

Tints of Fire Brick #AF1412

RGB

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

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

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

R = 82.16%
G = 9.39%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1412 (or 0xAF1412) is known color: Fire Brick. HEX triplet: AF, 14 and 12. RGB value is (175,20,18). Sum of RGB (Red+Green+Blue) = 175+20+18=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1412 is #50EBED. Grayscale: #424242. Windows color (decimal): -5303278 or 1184943. OLE color: 1184943.

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

Color convert

RGB 175 20 18 -
CMYK 0 0.89 0.90 0.31
HSL 0.76º 0.81% 0.38% -
HSV(B) 0.76º 0.9% 0.69% -
XYZ 18.04 9.66 1.49 -
YUV 66.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 175 20 18 0 0.89 0.90 0.31 0.76 0.81 0.38
Hex AF 14 12 0 59 5A 1F 1 51 26
Octal 257 24 22 0 131 132 37 1 121 46
Binary 10101111 10100 10010 0 1011001 1011010 11111 1 1010001 100110

Color Harmonies of #AF1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1412

Black with #AF1412

Text Example


Text Example

White with #AF1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1412; }

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

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

background-color css

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

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

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

border-color css

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

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

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