Html Css Color HEX #AF2F18 Fire Brick

📋 copy color: '#AF2F18'

red 175 ◦ green 47 ◦ blue 24

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

Shades of Fire Brick #AF2F18

Tints of Fire Brick #AF2F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.11%

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

R = 71.14%
G = 19.11%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF2F18 (or 0xAF2F18) is known color: Fire Brick. HEX triplet: AF, 2F and 18. RGB value is (175,47,24). Sum of RGB (Red+Green+Blue) = 175+47+24=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F18 is #50D0E7. Grayscale: #525252. Windows color (decimal): -5296360 or 1585071. OLE color: 1585071.

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

Color convert

RGB 175 47 24 -
CMYK 0 0.73 0.86 0.31
HSL 9.14º 0.76% 0.39% -
HSV(B) 9.14º 0.86% 0.69% -
XYZ 18.86 11.21 2.03 -
YUV 82.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 175 47 24 0 0.73 0.86 0.31 9.14 0.76 0.39
Hex AF 2F 18 0 49 56 1F 9 4C 27
Octal 257 57 30 0 111 126 37 11 114 47
Binary 10101111 101111 11000 0 1001001 1010110 11111 1001 1001100 100111

Color Harmonies of #AF2F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F18

Black with #AF2F18

Text Example


Text Example

White with #AF2F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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