Html Css Color HEX #AF2316 Fire Brick

📋 copy color: '#AF2316'

red 175 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #AF2316

Tints of Fire Brick #AF2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 75.43%
G = 15.09%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2316 (or 0xAF2316) is known color: Fire Brick. HEX triplet: AF, 23 and 16. RGB value is (175,35,22). Sum of RGB (Red+Green+Blue) = 175+35+22=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2316 is #50DCE9. Grayscale: #4B4B4B. Windows color (decimal): -5299434 or 1450927. OLE color: 1450927.

HSL color Cylindrical-coordinate representation of color #AF2316: hue angle of 5.1º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF2316 is Cyan = 0, Magento = 0.8, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 22 -
CMYK 0 0.8 0.87 0.31
HSL 5.1º 0.78% 0.39% -
HSV(B) 5.1º 0.87% 0.69% -
XYZ 18.43 10.37 1.79 -
YUV 75.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 175 35 22 0 0.8 0.87 0.31 5.1 0.78 0.39
Hex AF 23 16 0 50 57 1F 5 4E 27
Octal 257 43 26 0 120 127 37 5 116 47
Binary 10101111 100011 10110 0 1010000 1010111 11111 101 1001110 100111

Color Harmonies of #AF2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2316

Black with #AF2316

Text Example


Text Example

White with #AF2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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