Html Css Color HEX #AF281D Fire Brick

📋 copy color: '#AF281D'

red 175 ◦ green 40 ◦ blue 29

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

Shades of Fire Brick #AF281D

Tints of Fire Brick #AF281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 71.72%
G = 16.39%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF281D (or 0xAF281D) is known color: Fire Brick. HEX triplet: AF, 28 and 1D. RGB value is (175,40,29). Sum of RGB (Red+Green+Blue) = 175+40+29=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF281D is #50D7E2. Grayscale: #4F4F4F. Windows color (decimal): -5298147 or 1910959. OLE color: 1910959.

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

Color convert

RGB 175 40 29 -
CMYK 0 0.77 0.83 0.31
HSL 4.52º 0.72% 0.4% -
HSV(B) 4.52º 0.83% 0.69% -
XYZ 18.66 10.72 2.25 -
YUV 79.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 175 40 29 0 0.77 0.83 0.31 4.52 0.72 0.4
Hex AF 28 1D 0 4D 53 1F 5 48 28
Octal 257 50 35 0 115 123 37 5 110 50
Binary 10101111 101000 11101 0 1001101 1010011 11111 101 1001000 101000

Color Harmonies of #AF281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF281D

Black with #AF281D

Text Example


Text Example

White with #AF281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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