Html Css Color HEX #AF150A Fire Brick

📋 copy color: '#AF150A'

red 175 ◦ green 21 ◦ blue 10

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

Shades of Fire Brick #AF150A

Tints of Fire Brick #AF150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 84.95%
G = 10.19%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF150A (or 0xAF150A) is known color: Fire Brick. HEX triplet: AF, 15 and 0A. RGB value is (175,21,10). Sum of RGB (Red+Green+Blue) = 175+21+10=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF150A is #50EAF5. Grayscale: #414141. Windows color (decimal): -5303030 or 660911. OLE color: 660911.

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

Color convert

RGB 175 21 10 -
CMYK 0 0.88 0.94 0.31
HSL 0.89% 0.36% -
HSV(B) 0.94% 0.69% -
XYZ 18 9.67 1.21 -
YUV 65.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 175 21 10 0 0.88 0.94 0.31 4 0.89 0.36
Hex AF 15 A 0 58 5E 1F 4 59 24
Octal 257 25 12 0 130 136 37 4 131 44
Binary 10101111 10101 1010 0 1011000 1011110 11111 100 1011001 100100

Color Harmonies of #AF150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF150A

Black with #AF150A

Text Example


Text Example

White with #AF150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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