Html Css Color HEX #AF290F Fire Brick

📋 copy color: '#AF290F'

red 175 ◦ green 41 ◦ blue 15

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

Shades of Fire Brick #AF290F

Tints of Fire Brick #AF290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 75.76%
G = 17.75%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF290F (or 0xAF290F) is known color: Fire Brick. HEX triplet: AF, 29 and 0F. RGB value is (175,41,15). Sum of RGB (Red+Green+Blue) = 175+41+15=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF290F is #50D6F0. Grayscale: #4E4E4E. Windows color (decimal): -5297905 or 993711. OLE color: 993711.

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

Color convert

RGB 175 41 15 -
CMYK 0 0.77 0.91 0.31
HSL 9.75º 0.84% 0.37% -
HSV(B) 9.75º 0.91% 0.69% -
XYZ 18.56 10.73 1.55 -
YUV 78.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 175 41 15 0 0.77 0.91 0.31 9.75 0.84 0.37
Hex AF 29 F 0 4D 5B 1F A 54 25
Octal 257 51 17 0 115 133 37 12 124 45
Binary 10101111 101001 1111 0 1001101 1011011 11111 1010 1010100 100101

Color Harmonies of #AF290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF290F

Black with #AF290F

Text Example


Text Example

White with #AF290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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