Html Css Color HEX #AF2826 Fire Brick

📋 copy color: '#AF2826'

red 175 ◦ green 40 ◦ blue 38

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

Shades of Fire Brick #AF2826

Tints of Fire Brick #AF2826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 69.17%
G = 15.81%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2826 (or 0xAF2826) is known color: Fire Brick. HEX triplet: AF, 28 and 26. RGB value is (175,40,38). Sum of RGB (Red+Green+Blue) = 175+40+38=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2826 is #50D7D9. Grayscale: #505050. Windows color (decimal): -5298138 or 2500783. OLE color: 2500783.

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

Color convert

RGB 175 40 38 -
CMYK 0 0.77 0.78 0.31
HSL 0.88º 0.64% 0.42% -
HSV(B) 0.88º 0.78% 0.69% -
XYZ 18.79 10.77 2.92 -
YUV 80.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 175 40 38 0 0.77 0.78 0.31 0.88 0.64 0.42
Hex AF 28 26 0 4D 4E 1F 1 40 2A
Octal 257 50 46 0 115 116 37 1 100 52
Binary 10101111 101000 100110 0 1001101 1001110 11111 1 1000000 101010

Color Harmonies of #AF2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2826

Black with #AF2826

Text Example


Text Example

White with #AF2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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