Html Css Color HEX #AF2422 Fire Brick

📋 copy color: '#AF2422'

red 175 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #AF2422

Tints of Fire Brick #AF2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 71.43%
G = 14.69%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2422 (or 0xAF2422) is known color: Fire Brick. HEX triplet: AF, 24 and 22. RGB value is (175,36,34). Sum of RGB (Red+Green+Blue) = 175+36+34=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2422 is #50DBDD. Grayscale: #4D4D4D. Windows color (decimal): -5299166 or 2237615. OLE color: 2237615.

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

Color convert

RGB 175 36 34 -
CMYK 0 0.79 0.81 0.31
HSL 0.85º 0.67% 0.41% -
HSV(B) 0.85º 0.81% 0.69% -
XYZ 18.6 10.49 2.56 -
YUV 77.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 175 36 34 0 0.79 0.81 0.31 0.85 0.67 0.41
Hex AF 24 22 0 4F 51 1F 1 43 29
Octal 257 44 42 0 117 121 37 1 103 51
Binary 10101111 100100 100010 0 1001111 1010001 11111 1 1000011 101001

Color Harmonies of #AF2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2422

Black with #AF2422

Text Example


Text Example

White with #AF2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2422; }

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

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

background-color css

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

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

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

border-color css

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

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

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