Html Css Color HEX #AF221B Fire Brick

📋 copy color: '#AF221B'

red 175 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #AF221B

Tints of Fire Brick #AF221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 74.15%
G = 14.41%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF221B (or 0xAF221B) is known color: Fire Brick. HEX triplet: AF, 22 and 1B. RGB value is (175,34,27). Sum of RGB (Red+Green+Blue) = 175+34+27=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF221B is #50DDE4. Grayscale: #4B4B4B. Windows color (decimal): -5299685 or 1778351. OLE color: 1778351.

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

Color convert

RGB 175 34 27 -
CMYK 0 0.81 0.85 0.31
HSL 2.84º 0.73% 0.4% -
HSV(B) 2.84º 0.85% 0.69% -
XYZ 18.45 10.34 2.06 -
YUV 75.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 175 34 27 0 0.81 0.85 0.31 2.84 0.73 0.4
Hex AF 22 1B 0 51 55 1F 3 49 28
Octal 257 42 33 0 121 125 37 3 111 50
Binary 10101111 100010 11011 0 1010001 1010101 11111 11 1001001 101000

Color Harmonies of #AF221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF221B

Black with #AF221B

Text Example


Text Example

White with #AF221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF221B; }

 p { color: rgb(175,34,27); }

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

background-color css

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

 a { background-color: rgb(175,34,27); }

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

border-color css

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

 span { border-color: rgb(175,34,27); }

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