Html Css Color HEX #AF3021 Fire Brick

📋 copy color: '#AF3021'

red 175 ◦ green 48 ◦ blue 33

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

Shades of Fire Brick #AF3021

Tints of Fire Brick #AF3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 68.36%
G = 18.75%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3021 (or 0xAF3021) is known color: Fire Brick. HEX triplet: AF, 30 and 21. RGB value is (175,48,33). Sum of RGB (Red+Green+Blue) = 175+48+33=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3021 is #50CFDE. Grayscale: #545454. Windows color (decimal): -5296095 or 2175151. OLE color: 2175151.

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

Color convert

RGB 175 48 33 -
CMYK 0 0.73 0.81 0.31
HSL 6.34º 0.68% 0.41% -
HSV(B) 6.34º 0.81% 0.69% -
XYZ 19.01 11.34 2.63 -
YUV 84.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 175 48 33 0 0.73 0.81 0.31 6.34 0.68 0.41
Hex AF 30 21 0 49 51 1F 6 44 29
Octal 257 60 41 0 111 121 37 6 104 51
Binary 10101111 110000 100001 0 1001001 1010001 11111 110 1000100 101001

Color Harmonies of #AF3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3021

Black with #AF3021

Text Example


Text Example

White with #AF3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3021; }

 p { color: rgb(175,48,33); }

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

background-color css

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

 a { background-color: rgb(175,48,33); }

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

border-color css

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

 span { border-color: rgb(175,48,33); }

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