Html Css Color HEX #AF251C Fire Brick

📋 copy color: '#AF251C'

red 175 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #AF251C

Tints of Fire Brick #AF251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

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

R = 72.92%
G = 15.42%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF251C (or 0xAF251C) is known color: Fire Brick. HEX triplet: AF, 25 and 1C. RGB value is (175,37,28). Sum of RGB (Red+Green+Blue) = 175+37+28=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF251C is #50DAE3. Grayscale: #4D4D4D. Windows color (decimal): -5298916 or 1844655. OLE color: 1844655.

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

Color convert

RGB 175 37 28 -
CMYK 0 0.79 0.84 0.31
HSL 3.67º 0.72% 0.4% -
HSV(B) 3.67º 0.84% 0.69% -
XYZ 18.55 10.52 2.15 -
YUV 77.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 175 37 28 0 0.79 0.84 0.31 3.67 0.72 0.4
Hex AF 25 1C 0 4F 54 1F 4 48 28
Octal 257 45 34 0 117 124 37 4 110 50
Binary 10101111 100101 11100 0 1001111 1010100 11111 100 1001000 101000

Color Harmonies of #AF251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF251C

Black with #AF251C

Text Example


Text Example

White with #AF251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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