Html Css Color HEX #AF1610 Fire Brick

📋 copy color: '#AF1610'

red 175 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #AF1610

Tints of Fire Brick #AF1610

RGB

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

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

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

R = 82.16%
G = 10.33%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF1610 (or 0xAF1610) is known color: Fire Brick. HEX triplet: AF, 16 and 10. RGB value is (175,22,16). Sum of RGB (Red+Green+Blue) = 175+22+16=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1610 is #50E9EF. Grayscale: #434343. Windows color (decimal): -5302768 or 1054383. OLE color: 1054383.

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

Color convert

RGB 175 22 16 -
CMYK 0 0.87 0.91 0.31
HSL 2.26º 0.83% 0.37% -
HSV(B) 2.26º 0.91% 0.69% -
XYZ 18.06 9.73 1.42 -
YUV 67.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 175 22 16 0 0.87 0.91 0.31 2.26 0.83 0.37
Hex AF 16 10 0 57 5B 1F 2 53 25
Octal 257 26 20 0 127 133 37 2 123 45
Binary 10101111 10110 10000 0 1010111 1011011 11111 10 1010011 100101

Color Harmonies of #AF1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1610

Black with #AF1610

Text Example


Text Example

White with #AF1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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