Html Css Color HEX #AF2726 Fire Brick

📋 copy color: '#AF2726'

red 175 ◦ green 39 ◦ blue 38

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

Shades of Fire Brick #AF2726

Tints of Fire Brick #AF2726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 69.44%
G = 15.48%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2726 (or 0xAF2726) is known color: Fire Brick. HEX triplet: AF, 27 and 26. RGB value is (175,39,38). Sum of RGB (Red+Green+Blue) = 175+39+38=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2726 is #50D8D9. Grayscale: #4F4F4F. Windows color (decimal): -5298394 or 2500527. OLE color: 2500527.

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

Color convert

RGB 175 39 38 -
CMYK 0 0.78 0.78 0.31
HSL 0.44º 0.64% 0.42% -
HSV(B) 0.44º 0.78% 0.69% -
XYZ 18.75 10.7 2.91 -
YUV 79.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 175 39 38 0 0.78 0.78 0.31 0.44 0.64 0.42
Hex AF 27 26 0 4E 4E 1F 0 40 2A
Octal 257 47 46 0 116 116 37 0 100 52
Binary 10101111 100111 100110 0 1001110 1001110 11111 0 1000000 101010

Color Harmonies of #AF2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2726

Black with #AF2726

Text Example


Text Example

White with #AF2726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2726; }

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

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

background-color css

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

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

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

border-color css

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

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

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