Html Css Color HEX #AF311A Fire Brick

📋 copy color: '#AF311A'

red 175 ◦ green 49 ◦ blue 26

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

Shades of Fire Brick #AF311A

Tints of Fire Brick #AF311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 70%
G = 19.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF311A (or 0xAF311A) is known color: Fire Brick. HEX triplet: AF, 31 and 1A. RGB value is (175,49,26). Sum of RGB (Red+Green+Blue) = 175+49+26=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF311A is #50CEE5. Grayscale: #545454. Windows color (decimal): -5295846 or 1716655. OLE color: 1716655.

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

Color convert

RGB 175 49 26 -
CMYK 0 0.72 0.85 0.31
HSL 9.26º 0.74% 0.39% -
HSV(B) 9.26º 0.85% 0.69% -
XYZ 18.96 11.39 2.18 -
YUV 84.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 175 49 26 0 0.72 0.85 0.31 9.26 0.74 0.39
Hex AF 31 1A 0 48 55 1F 9 4A 27
Octal 257 61 32 0 110 125 37 11 112 47
Binary 10101111 110001 11010 0 1001000 1010101 11111 1001 1001010 100111

Color Harmonies of #AF311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF311A

Black with #AF311A

Text Example


Text Example

White with #AF311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF311A; }

 p { color: rgb(175,49,26); }

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

background-color css

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

 a { background-color: rgb(175,49,26); }

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

border-color css

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

 span { border-color: rgb(175,49,26); }

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