Html Css Color HEX #AF1509 Fire Brick

📋 copy color: '#AF1509'

red 175 ◦ green 21 ◦ blue 9

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

Shades of Fire Brick #AF1509

Tints of Fire Brick #AF1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.39%

R = 85.37%
G = 10.24%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF1509 (or 0xAF1509) is known color: Fire Brick. HEX triplet: AF, 15 and 09. RGB value is (175,21,9). Sum of RGB (Red+Green+Blue) = 175+21+9=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1509 is #50EAF6. Grayscale: #414141. Windows color (decimal): -5303031 or 595375. OLE color: 595375.

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

Color convert

RGB 175 21 9 -
CMYK 0 0.88 0.95 0.31
HSL 4.34º 0.9% 0.36% -
HSV(B) 4.34º 0.95% 0.69% -
XYZ 18 9.67 1.18 -
YUV 65.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 175 21 9 0 0.88 0.95 0.31 4.34 0.9 0.36
Hex AF 15 9 0 58 5F 1F 4 5A 24
Octal 257 25 11 0 130 137 37 4 132 44
Binary 10101111 10101 1001 0 1011000 1011111 11111 100 1011010 100100

Color Harmonies of #AF1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1509

Black with #AF1509

Text Example


Text Example

White with #AF1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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