Html Css Color HEX #AF1E05 Fire Brick

📋 copy color: '#AF1E05'

red 175 ◦ green 30 ◦ blue 5

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

Shades of Fire Brick #AF1E05

Tints of Fire Brick #AF1E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

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

R = 83.33%
G = 14.29%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF1E05 (or 0xAF1E05) is known color: Fire Brick. HEX triplet: AF, 1E and 05. RGB value is (175,30,5). Sum of RGB (Red+Green+Blue) = 175+30+5=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E05 is #50E1FA. Grayscale: #464646. Windows color (decimal): -5300731 or 335535. OLE color: 335535.

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

Color convert

RGB 175 30 5 -
CMYK 0 0.83 0.97 0.31
HSL 8.82º 0.94% 0.35% -
HSV(B) 8.82º 0.97% 0.69% -
XYZ 18.17 10.05 1.13 -
YUV 70.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 175 30 5 0 0.83 0.97 0.31 8.82 0.94 0.35
Hex AF 1E 5 0 53 61 1F 9 5E 23
Octal 257 36 5 0 123 141 37 11 136 43
Binary 10101111 11110 101 0 1010011 1100001 11111 1001 1011110 100011

Color Harmonies of #AF1E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E05

Black with #AF1E05

Text Example


Text Example

White with #AF1E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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