Html Css Color HEX #AF240F Fire Brick

📋 copy color: '#AF240F'

red 175 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #AF240F

Tints of Fire Brick #AF240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 77.43%
G = 15.93%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF240F (or 0xAF240F) is known color: Fire Brick. HEX triplet: AF, 24 and 0F. RGB value is (175,36,15). Sum of RGB (Red+Green+Blue) = 175+36+15=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF240F is #50DBF0. Grayscale: #4B4B4B. Windows color (decimal): -5299185 or 992431. OLE color: 992431.

HSL color Cylindrical-coordinate representation of color #AF240F: hue angle of 7.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF240F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 15 -
CMYK 0 0.79 0.91 0.31
HSL 7.88º 0.84% 0.37% -
HSV(B) 7.88º 0.91% 0.69% -
XYZ 18.4 10.41 1.49 -
YUV 75.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 175 36 15 0 0.79 0.91 0.31 7.88 0.84 0.37
Hex AF 24 F 0 4F 5B 1F 8 54 25
Octal 257 44 17 0 117 133 37 10 124 45
Binary 10101111 100100 1111 0 1001111 1011011 11111 1000 1010100 100101

Color Harmonies of #AF240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF240F

Black with #AF240F

Text Example


Text Example

White with #AF240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF240F; }

 p { color: rgb(175,36,15); }

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

background-color css

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

 a { background-color: rgb(175,36,15); }

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

border-color css

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

 span { border-color: rgb(175,36,15); }

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