Html Css Color HEX #AF1E00 Fire Brick

📋 copy color: '#AF1E00'

red 175 ◦ green 30 ◦ blue 0

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

Shades of Fire Brick #AF1E00

Tints of Fire Brick #AF1E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.37%
G = 14.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF1E00 (or 0xAF1E00) is known color: Fire Brick. HEX triplet: AF, 1E and 00. RGB value is (175,30,0). Sum of RGB (Red+Green+Blue) = 175+30+0=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E00 is #50E1FF. Grayscale: #464646. Windows color (decimal): -5300736 or 7855. OLE color: 7855.

HSL color Cylindrical-coordinate representation of color #AF1E00: hue angle of 10.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF1E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 30 0 -
CMYK 0 0.83 1 0.31
HSL 10.29º 1% 0.34% -
HSV(B) 10.29º 1% 0.69% -
XYZ 18.14 10.04 0.98 -
YUV 69.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 175 30 0 0 0.83 1 0.31 10.29 1 0.34
Hex AF 1E 0 0 53 64 1F A 64 22
Octal 257 36 0 0 123 144 37 12 144 42
Binary 10101111 11110 0 0 1010011 1100100 11111 1010 1100100 100010

Color Harmonies of #AF1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E00

Black with #AF1E00

Text Example


Text Example

White with #AF1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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