Html Css Color HEX #AF1A0F Fire Brick

📋 copy color: '#AF1A0F'

red 175 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #AF1A0F

Tints of Fire Brick #AF1A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

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

R = 81.02%
G = 12.04%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF1A0F (or 0xAF1A0F) is known color: Fire Brick. HEX triplet: AF, 1A and 0F. RGB value is (175,26,15). Sum of RGB (Red+Green+Blue) = 175+26+15=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A0F is #50E5F0. Grayscale: #454545. Windows color (decimal): -5301745 or 989871. OLE color: 989871.

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

Color convert

RGB 175 26 15 -
CMYK 0 0.85 0.91 0.31
HSL 4.13º 0.84% 0.37% -
HSV(B) 4.13º 0.91% 0.69% -
XYZ 18.13 9.89 1.4 -
YUV 69.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 175 26 15 0 0.85 0.91 0.31 4.13 0.84 0.37
Hex AF 1A F 0 55 5B 1F 4 54 25
Octal 257 32 17 0 125 133 37 4 124 45
Binary 10101111 11010 1111 0 1010101 1011011 11111 100 1010100 100101

Color Harmonies of #AF1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A0F

Black with #AF1A0F

Text Example


Text Example

White with #AF1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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