Html Css Color HEX #AF2822 Fire Brick

📋 copy color: '#AF2822'

red 175 ◦ green 40 ◦ blue 34

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

Shades of Fire Brick #AF2822

Tints of Fire Brick #AF2822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 70.28%
G = 16.06%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2822 (or 0xAF2822) is known color: Fire Brick. HEX triplet: AF, 28 and 22. RGB value is (175,40,34). Sum of RGB (Red+Green+Blue) = 175+40+34=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2822 is #50D7DD. Grayscale: #4F4F4F. Windows color (decimal): -5298142 or 2238639. OLE color: 2238639.

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

Color convert

RGB 175 40 34 -
CMYK 0 0.77 0.81 0.31
HSL 2.55º 0.67% 0.41% -
HSV(B) 2.55º 0.81% 0.69% -
XYZ 18.73 10.75 2.6 -
YUV 79.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 175 40 34 0 0.77 0.81 0.31 2.55 0.67 0.41
Hex AF 28 22 0 4D 51 1F 3 43 29
Octal 257 50 42 0 115 121 37 3 103 51
Binary 10101111 101000 100010 0 1001101 1010001 11111 11 1000011 101001

Color Harmonies of #AF2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2822

Black with #AF2822

Text Example


Text Example

White with #AF2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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