Html Css Color HEX #AF150D Fire Brick

📋 copy color: '#AF150D'

red 175 ◦ green 21 ◦ blue 13

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

Shades of Fire Brick #AF150D

Tints of Fire Brick #AF150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 83.73%
G = 10.05%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF150D (or 0xAF150D) is known color: Fire Brick. HEX triplet: AF, 15 and 0D. RGB value is (175,21,13). Sum of RGB (Red+Green+Blue) = 175+21+13=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF150D is #50EAF2. Grayscale: #424242. Windows color (decimal): -5303027 or 857519. OLE color: 857519.

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

Color convert

RGB 175 21 13 -
CMYK 0 0.88 0.93 0.31
HSL 2.96º 0.86% 0.37% -
HSV(B) 2.96º 0.93% 0.69% -
XYZ 18.02 9.68 1.3 -
YUV 66.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 175 21 13 0 0.88 0.93 0.31 2.96 0.86 0.37
Hex AF 15 D 0 58 5D 1F 3 56 25
Octal 257 25 15 0 130 135 37 3 126 45
Binary 10101111 10101 1101 0 1011000 1011101 11111 11 1010110 100101

Color Harmonies of #AF150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF150D

Black with #AF150D

Text Example


Text Example

White with #AF150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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