Html Css Color HEX #AF2D1C Fire Brick

📋 copy color: '#AF2D1C'

red 175 ◦ green 45 ◦ blue 28

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

Shades of Fire Brick #AF2D1C

Tints of Fire Brick #AF2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

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

R = 70.56%
G = 18.15%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF2D1C (or 0xAF2D1C) is known color: Fire Brick. HEX triplet: AF, 2D and 1C. RGB value is (175,45,28). Sum of RGB (Red+Green+Blue) = 175+45+28=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D1C is #50D2E3. Grayscale: #525252. Windows color (decimal): -5296868 or 1846703. OLE color: 1846703.

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

Color convert

RGB 175 45 28 -
CMYK 0 0.74 0.84 0.31
HSL 6.94º 0.72% 0.4% -
HSV(B) 6.94º 0.84% 0.69% -
XYZ 18.83 11.07 2.24 -
YUV 81.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 175 45 28 0 0.74 0.84 0.31 6.94 0.72 0.4
Hex AF 2D 1C 0 4A 54 1F 7 48 28
Octal 257 55 34 0 112 124 37 7 110 50
Binary 10101111 101101 11100 0 1001010 1010100 11111 111 1001000 101000

Color Harmonies of #AF2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D1C

Black with #AF2D1C

Text Example


Text Example

White with #AF2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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