Html Css Color HEX #AF281C Fire Brick

📋 copy color: '#AF281C'

red 175 ◦ green 40 ◦ blue 28

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

Shades of Fire Brick #AF281C

Tints of Fire Brick #AF281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 72.02%
G = 16.46%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF281C (or 0xAF281C) is known color: Fire Brick. HEX triplet: AF, 28 and 1C. RGB value is (175,40,28). Sum of RGB (Red+Green+Blue) = 175+40+28=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF281C is #50D7E3. Grayscale: #4F4F4F. Windows color (decimal): -5298148 or 1845423. OLE color: 1845423.

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

Color convert

RGB 175 40 28 -
CMYK 0 0.77 0.84 0.31
HSL 4.9º 0.72% 0.4% -
HSV(B) 4.9º 0.84% 0.69% -
XYZ 18.65 10.72 2.18 -
YUV 79 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 175 40 28 0 0.77 0.84 0.31 4.9 0.72 0.4
Hex AF 28 1C 0 4D 54 1F 5 48 28
Octal 257 50 34 0 115 124 37 5 110 50
Binary 10101111 101000 11100 0 1001101 1010100 11111 101 1001000 101000

Color Harmonies of #AF281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF281C

Black with #AF281C

Text Example


Text Example

White with #AF281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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