Html Css Color HEX #AF1912 Fire Brick

📋 copy color: '#AF1912'

red 175 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #AF1912

Tints of Fire Brick #AF1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 80.28%
G = 11.47%
B = 8.26%

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

#AF1912 (or 0xAF1912) is known color: Fire Brick. HEX triplet: AF, 19 and 12. RGB value is (175,25,18). Sum of RGB (Red+Green+Blue) = 175+25+18=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1912 is #50E6ED. Grayscale: #454545. Windows color (decimal): -5301998 or 1186223. OLE color: 1186223.

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

Color convert

RGB 175 25 18 -
CMYK 0 0.86 0.90 0.31
HSL 2.68º 0.81% 0.38% -
HSV(B) 2.68º 0.9% 0.69% -
XYZ 18.14 9.85 1.52 -
YUV 69.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 175 25 18 0 0.86 0.90 0.31 2.68 0.81 0.38
Hex AF 19 12 0 56 5A 1F 3 51 26
Octal 257 31 22 0 126 132 37 3 121 46
Binary 10101111 11001 10010 0 1010110 1011010 11111 11 1010001 100110

Color Harmonies of #AF1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1912

Black with #AF1912

Text Example


Text Example

White with #AF1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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