Html Css Color HEX #AF2015 Fire Brick

📋 copy color: '#AF2015'

red 175 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #AF2015

Tints of Fire Brick #AF2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 76.75%
G = 14.04%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF2015 (or 0xAF2015) is known color: Fire Brick. HEX triplet: AF, 20 and 15. RGB value is (175,32,21). Sum of RGB (Red+Green+Blue) = 175+32+21=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2015 is #50DFEA. Grayscale: #494949. Windows color (decimal): -5300203 or 1384623. OLE color: 1384623.

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

Color convert

RGB 175 32 21 -
CMYK 0 0.82 0.88 0.31
HSL 4.29º 0.79% 0.38% -
HSV(B) 4.29º 0.88% 0.69% -
XYZ 18.33 10.2 1.71 -
YUV 73.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 175 32 21 0 0.82 0.88 0.31 4.29 0.79 0.38
Hex AF 20 15 0 52 58 1F 4 4F 26
Octal 257 40 25 0 122 130 37 4 117 46
Binary 10101111 100000 10101 0 1010010 1011000 11111 100 1001111 100110

Color Harmonies of #AF2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2015

Black with #AF2015

Text Example


Text Example

White with #AF2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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