Html Css Color HEX #AF1E0A Fire Brick

📋 copy color: '#AF1E0A'

red 175 ◦ green 30 ◦ blue 10

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

Shades of Fire Brick #AF1E0A

Tints of Fire Brick #AF1E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 81.4%
G = 13.95%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF1E0A (or 0xAF1E0A) is known color: Fire Brick. HEX triplet: AF, 1E and 0A. RGB value is (175,30,10). Sum of RGB (Red+Green+Blue) = 175+30+10=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E0A is #50E1F5. Grayscale: #474747. Windows color (decimal): -5300726 or 663215. OLE color: 663215.

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

Color convert

RGB 175 30 10 -
CMYK 0 0.83 0.94 0.31
HSL 7.27º 0.89% 0.36% -
HSV(B) 7.27º 0.94% 0.69% -
XYZ 18.2 10.06 1.27 -
YUV 71.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 175 30 10 0 0.83 0.94 0.31 7.27 0.89 0.36
Hex AF 1E A 0 53 5E 1F 7 59 24
Octal 257 36 12 0 123 136 37 7 131 44
Binary 10101111 11110 1010 0 1010011 1011110 11111 111 1011001 100100

Color Harmonies of #AF1E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E0A

Black with #AF1E0A

Text Example


Text Example

White with #AF1E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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