Html Css Color HEX #AF231F Fire Brick

📋 copy color: '#AF231F'

red 175 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #AF231F

Tints of Fire Brick #AF231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 72.61%
G = 14.52%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF231F (or 0xAF231F) is known color: Fire Brick. HEX triplet: AF, 23 and 1F. RGB value is (175,35,31). Sum of RGB (Red+Green+Blue) = 175+35+31=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF231F is #50DCE0. Grayscale: #4C4C4C. Windows color (decimal): -5299425 or 2040751. OLE color: 2040751.

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

Color convert

RGB 175 35 31 -
CMYK 0 0.8 0.82 0.31
HSL 1.67º 0.7% 0.4% -
HSV(B) 1.67º 0.82% 0.69% -
XYZ 18.53 10.41 2.33 -
YUV 76.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 175 35 31 0 0.8 0.82 0.31 1.67 0.7 0.4
Hex AF 23 1F 0 50 52 1F 2 46 28
Octal 257 43 37 0 120 122 37 2 106 50
Binary 10101111 100011 11111 0 1010000 1010010 11111 10 1000110 101000

Color Harmonies of #AF231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF231F

Black with #AF231F

Text Example


Text Example

White with #AF231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF231F; }

 p { color: rgb(175,35,31); }

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

background-color css

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

 a { background-color: rgb(175,35,31); }

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

border-color css

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

 span { border-color: rgb(175,35,31); }

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