Html Css Color HEX #AF1C05 Fire Brick

📋 copy color: '#AF1C05'

red 175 ◦ green 28 ◦ blue 5

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

Shades of Fire Brick #AF1C05

Tints of Fire Brick #AF1C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 84.13%
G = 13.46%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF1C05 (or 0xAF1C05) is known color: Fire Brick. HEX triplet: AF, 1C and 05. RGB value is (175,28,5). Sum of RGB (Red+Green+Blue) = 175+28+5=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C05 is #50E3FA. Grayscale: #454545. Windows color (decimal): -5301243 or 335023. OLE color: 335023.

HSL color Cylindrical-coordinate representation of color #AF1C05: hue angle of 8.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF1C05 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 5 -
CMYK 0 0.84 0.97 0.31
HSL 8.12º 0.94% 0.35% -
HSV(B) 8.12º 0.97% 0.69% -
XYZ 18.12 9.96 1.11 -
YUV 69.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 175 28 5 0 0.84 0.97 0.31 8.12 0.94 0.35
Hex AF 1C 5 0 54 61 1F 8 5E 23
Octal 257 34 5 0 124 141 37 10 136 43
Binary 10101111 11100 101 0 1010100 1100001 11111 1000 1011110 100011

Color Harmonies of #AF1C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C05

Black with #AF1C05

Text Example


Text Example

White with #AF1C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C05; }

 p { color: rgb(175,28,5); }

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

background-color css

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

 a { background-color: rgb(175,28,5); }

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

border-color css

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

 span { border-color: rgb(175,28,5); }

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