Html Css Color HEX #AF1810 Fire Brick

📋 copy color: '#AF1810'

red 175 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #AF1810

Tints of Fire Brick #AF1810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 81.4%
G = 11.16%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF1810 (or 0xAF1810) is known color: Fire Brick. HEX triplet: AF, 18 and 10. RGB value is (175,24,16). Sum of RGB (Red+Green+Blue) = 175+24+16=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1810 is #50E7EF. Grayscale: #444444. Windows color (decimal): -5302256 or 1054895. OLE color: 1054895.

HSL color Cylindrical-coordinate representation of color #AF1810: hue angle of 3.02º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1810 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 16 -
CMYK 0 0.86 0.91 0.31
HSL 3.02º 0.83% 0.37% -
HSV(B) 3.02º 0.91% 0.69% -
XYZ 18.1 9.8 1.43 -
YUV 68.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 175 24 16 0 0.86 0.91 0.31 3.02 0.83 0.37
Hex AF 18 10 0 56 5B 1F 3 53 25
Octal 257 30 20 0 126 133 37 3 123 45
Binary 10101111 11000 10000 0 1010110 1011011 11111 11 1010011 100101

Color Harmonies of #AF1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1810

Black with #AF1810

Text Example


Text Example

White with #AF1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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