Html Css Color HEX #AF2F1C Fire Brick

📋 copy color: '#AF2F1C'

red 175 ◦ green 47 ◦ blue 28

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

Shades of Fire Brick #AF2F1C

Tints of Fire Brick #AF2F1C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.8%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 70%
G = 18.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF2F1C (or 0xAF2F1C) is known color: Fire Brick. HEX triplet: AF, 2F and 1C. RGB value is (175,47,28). Sum of RGB (Red+Green+Blue) = 175+47+28=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F1C is #50D0E3. Grayscale: #535353. Windows color (decimal): -5296356 or 1847215. OLE color: 1847215.

HSL color Cylindrical-coordinate representation of color #AF2F1C: hue angle of 7.76º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF2F1C is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 28 -
CMYK 0 0.73 0.84 0.31
HSL 7.76º 0.72% 0.4% -
HSV(B) 7.76º 0.84% 0.69% -
XYZ 18.91 11.23 2.27 -
YUV 83.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 175 47 28 0 0.73 0.84 0.31 7.76 0.72 0.4
Hex AF 2F 1C 0 49 54 1F 8 48 28
Octal 257 57 34 0 111 124 37 10 110 50
Binary 10101111 101111 11100 0 1001001 1010100 11111 1000 1001000 101000

Color Harmonies of #AF2F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F1C

Black with #AF2F1C

Text Example


Text Example

White with #AF2F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F1C; }

 p { color: rgb(175,47,28); }

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

background-color css

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

 a { background-color: rgb(175,47,28); }

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

border-color css

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

 span { border-color: rgb(175,47,28); }

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