Html Css Color HEX #AF240A Fire Brick

📋 copy color: '#AF240A'

red 175 ◦ green 36 ◦ blue 10

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

Shades of Fire Brick #AF240A

Tints of Fire Brick #AF240A

RGB

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

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

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

R = 79.19%
G = 16.29%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF240A (or 0xAF240A) is known color: Fire Brick. HEX triplet: AF, 24 and 0A. RGB value is (175,36,10). Sum of RGB (Red+Green+Blue) = 175+36+10=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF240A is #50DBF5. Grayscale: #4A4A4A. Windows color (decimal): -5299190 or 664751. OLE color: 664751.

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

Color convert

RGB 175 36 10 -
CMYK 0 0.79 0.94 0.31
HSL 9.45º 0.89% 0.36% -
HSV(B) 9.45º 0.94% 0.69% -
XYZ 18.36 10.4 1.33 -
YUV 74.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 175 36 10 0 0.79 0.94 0.31 9.45 0.89 0.36
Hex AF 24 A 0 4F 5E 1F 9 59 24
Octal 257 44 12 0 117 136 37 11 131 44
Binary 10101111 100100 1010 0 1001111 1011110 11111 1001 1011001 100100

Color Harmonies of #AF240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF240A

Black with #AF240A

Text Example


Text Example

White with #AF240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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