Html Css Color HEX #AF2412 Fire Brick

📋 copy color: '#AF2412'

red 175 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #AF2412

Tints of Fire Brick #AF2412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 76.42%
G = 15.72%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2412 (or 0xAF2412) is known color: Fire Brick. HEX triplet: AF, 24 and 12. RGB value is (175,36,18). Sum of RGB (Red+Green+Blue) = 175+36+18=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2412 is #50DBED. Grayscale: #4B4B4B. Windows color (decimal): -5299182 or 1189039. OLE color: 1189039.

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

Color convert

RGB 175 36 18 -
CMYK 0 0.79 0.90 0.31
HSL 6.88º 0.81% 0.38% -
HSV(B) 6.88º 0.9% 0.69% -
XYZ 18.42 10.42 1.61 -
YUV 75.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 175 36 18 0 0.79 0.90 0.31 6.88 0.81 0.38
Hex AF 24 12 0 4F 5A 1F 7 51 26
Octal 257 44 22 0 117 132 37 7 121 46
Binary 10101111 100100 10010 0 1001111 1011010 11111 111 1010001 100110

Color Harmonies of #AF2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2412

Black with #AF2412

Text Example


Text Example

White with #AF2412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2412; }

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

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

background-color css

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

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

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

border-color css

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

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

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