Html Css Color HEX #AF130F Fire Brick

📋 copy color: '#AF130F'

red 175 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #AF130F

Tints of Fire Brick #AF130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 83.73%
G = 9.09%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF130F (or 0xAF130F) is known color: Fire Brick. HEX triplet: AF, 13 and 0F. RGB value is (175,19,15). Sum of RGB (Red+Green+Blue) = 175+19+15=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF130F is #50ECF0. Grayscale: #414141. Windows color (decimal): -5303537 or 988079. OLE color: 988079.

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

Color convert

RGB 175 19 15 -
CMYK 0 0.89 0.91 0.31
HSL 1.5º 0.84% 0.37% -
HSV(B) 1.5º 0.91% 0.69% -
XYZ 18 9.61 1.36 -
YUV 65.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 175 19 15 0 0.89 0.91 0.31 1.5 0.84 0.37
Hex AF 13 F 0 59 5B 1F 2 54 25
Octal 257 23 17 0 131 133 37 2 124 45
Binary 10101111 10011 1111 0 1011001 1011011 11111 10 1010100 100101

Color Harmonies of #AF130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF130F

Black with #AF130F

Text Example


Text Example

White with #AF130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF130F; }

 p { color: rgb(175,19,15); }

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

background-color css

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

 a { background-color: rgb(175,19,15); }

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

border-color css

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

 span { border-color: rgb(175,19,15); }

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