Html Css Color HEX #AF2918 Fire Brick

📋 copy color: '#AF2918'

red 175 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #AF2918

Tints of Fire Brick #AF2918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 72.92%
G = 17.08%
B = 10%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF2918 (or 0xAF2918) is known color: Fire Brick. HEX triplet: AF, 29 and 18. RGB value is (175,41,24). Sum of RGB (Red+Green+Blue) = 175+41+24=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2918 is #50D6E7. Grayscale: #4F4F4F. Windows color (decimal): -5297896 or 1583535. OLE color: 1583535.

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

Color convert

RGB 175 41 24 -
CMYK 0 0.77 0.86 0.31
HSL 6.75º 0.76% 0.39% -
HSV(B) 6.75º 0.86% 0.69% -
XYZ 18.64 10.77 1.96 -
YUV 79.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 175 41 24 0 0.77 0.86 0.31 6.75 0.76 0.39
Hex AF 29 18 0 4D 56 1F 7 4C 27
Octal 257 51 30 0 115 126 37 7 114 47
Binary 10101111 101001 11000 0 1001101 1010110 11111 111 1001100 100111

Color Harmonies of #AF2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2918

Black with #AF2918

Text Example


Text Example

White with #AF2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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