Html Css Color HEX #AF2928 Fire Brick

📋 copy color: '#AF2928'

red 175 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #AF2928

Tints of Fire Brick #AF2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 68.36%
G = 16.02%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2928 (or 0xAF2928) is known color: Fire Brick. HEX triplet: AF, 29 and 28. RGB value is (175,41,40). Sum of RGB (Red+Green+Blue) = 175+41+40=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2928 is #50D6D7. Grayscale: #515151. Windows color (decimal): -5297880 or 2632111. OLE color: 2632111.

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

Color convert

RGB 175 41 40 -
CMYK 0 0.77 0.77 0.31
HSL 0.44º 0.63% 0.42% -
HSV(B) 0.44º 0.77% 0.69% -
XYZ 18.86 10.85 3.11 -
YUV 80.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 175 41 40 0 0.77 0.77 0.31 0.44 0.63 0.42
Hex AF 29 28 0 4D 4D 1F 0 3F 2A
Octal 257 51 50 0 115 115 37 0 77 52
Binary 10101111 101001 101000 0 1001101 1001101 11111 0 111111 101010

Color Harmonies of #AF2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2928

Black with #AF2928

Text Example


Text Example

White with #AF2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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