Html Css Color HEX #AF150F Fire Brick

📋 copy color: '#AF150F'

red 175 ◦ green 21 ◦ blue 15

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

Shades of Fire Brick #AF150F

Tints of Fire Brick #AF150F

RGB

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

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

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

R = 82.94%
G = 9.95%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF150F (or 0xAF150F) is known color: Fire Brick. HEX triplet: AF, 15 and 0F. RGB value is (175,21,15). Sum of RGB (Red+Green+Blue) = 175+21+15=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF150F is #50EAF0. Grayscale: #424242. Windows color (decimal): -5303025 or 988591. OLE color: 988591.

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

Color convert

RGB 175 21 15 -
CMYK 0 0.88 0.91 0.31
HSL 2.25º 0.84% 0.37% -
HSV(B) 2.25º 0.91% 0.69% -
XYZ 18.03 9.68 1.37 -
YUV 66.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 175 21 15 0 0.88 0.91 0.31 2.25 0.84 0.37
Hex AF 15 F 0 58 5B 1F 2 54 25
Octal 257 25 17 0 130 133 37 2 124 45
Binary 10101111 10101 1111 0 1011000 1011011 11111 10 1010100 100101

Color Harmonies of #AF150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF150F

Black with #AF150F

Text Example


Text Example

White with #AF150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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