Html Css Color HEX #AF2915 Fire Brick

📋 copy color: '#AF2915'

red 175 ◦ green 41 ◦ blue 21

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

Shades of Fire Brick #AF2915

Tints of Fire Brick #AF2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 73.84%
G = 17.3%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF2915 (or 0xAF2915) is known color: Fire Brick. HEX triplet: AF, 29 and 15. RGB value is (175,41,21). Sum of RGB (Red+Green+Blue) = 175+41+21=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2915 is #50D6EA. Grayscale: #4F4F4F. Windows color (decimal): -5297899 or 1386927. OLE color: 1386927.

HSL color Cylindrical-coordinate representation of color #AF2915: hue angle of 7.79º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF2915 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 21 -
CMYK 0 0.77 0.88 0.31
HSL 7.79º 0.79% 0.38% -
HSV(B) 7.79º 0.88% 0.69% -
XYZ 18.61 10.75 1.8 -
YUV 78.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 175 41 21 0 0.77 0.88 0.31 7.79 0.79 0.38
Hex AF 29 15 0 4D 58 1F 8 4F 26
Octal 257 51 25 0 115 130 37 10 117 46
Binary 10101111 101001 10101 0 1001101 1011000 11111 1000 1001111 100110

Color Harmonies of #AF2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2915

Black with #AF2915

Text Example


Text Example

White with #AF2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2915; }

 p { color: rgb(175,41,21); }

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

background-color css

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

 a { background-color: rgb(175,41,21); }

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

border-color css

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

 span { border-color: rgb(175,41,21); }

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