Html Css Color HEX #AF221A Fire Brick

📋 copy color: '#AF221A'

red 175 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #AF221A

Tints of Fire Brick #AF221A

RGB

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

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

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

R = 74.47%
G = 14.47%
B = 11.06%

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

#AF221A (or 0xAF221A) is known color: Fire Brick. HEX triplet: AF, 22 and 1A. RGB value is (175,34,26). Sum of RGB (Red+Green+Blue) = 175+34+26=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF221A is #50DDE5. Grayscale: #4B4B4B. Windows color (decimal): -5299686 or 1712815. OLE color: 1712815.

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

Color convert

RGB 175 34 26 -
CMYK 0 0.81 0.85 0.31
HSL 3.22º 0.74% 0.39% -
HSV(B) 3.22º 0.85% 0.69% -
XYZ 18.44 10.33 2 -
YUV 75.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 175 34 26 0 0.81 0.85 0.31 3.22 0.74 0.39
Hex AF 22 1A 0 51 55 1F 3 4A 27
Octal 257 42 32 0 121 125 37 3 112 47
Binary 10101111 100010 11010 0 1010001 1010101 11111 11 1001010 100111

Color Harmonies of #AF221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF221A

Black with #AF221A

Text Example


Text Example

White with #AF221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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