Html Css Color HEX #AF1612 Fire Brick

📋 copy color: '#AF1612'

red 175 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #AF1612

Tints of Fire Brick #AF1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 81.4%
G = 10.23%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1612 (or 0xAF1612) is known color: Fire Brick. HEX triplet: AF, 16 and 12. RGB value is (175,22,18). Sum of RGB (Red+Green+Blue) = 175+22+18=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1612 is #50E9ED. Grayscale: #434343. Windows color (decimal): -5302766 or 1185455. OLE color: 1185455.

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

Color convert

RGB 175 22 18 -
CMYK 0 0.87 0.90 0.31
HSL 1.53º 0.81% 0.38% -
HSV(B) 1.53º 0.9% 0.69% -
XYZ 18.08 9.73 1.5 -
YUV 67.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 175 22 18 0 0.87 0.90 0.31 1.53 0.81 0.38
Hex AF 16 12 0 57 5A 1F 2 51 26
Octal 257 26 22 0 127 132 37 2 121 46
Binary 10101111 10110 10010 0 1010111 1011010 11111 10 1010001 100110

Color Harmonies of #AF1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1612

Black with #AF1612

Text Example


Text Example

White with #AF1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1612; }

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

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

background-color css

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

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

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

border-color css

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

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

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