Html Css Color HEX #AF2D1E Fire Brick

📋 copy color: '#AF2D1E'

red 175 ◦ green 45 ◦ blue 30

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

Shades of Fire Brick #AF2D1E

Tints of Fire Brick #AF2D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 70%
G = 18%
B = 12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF2D1E (or 0xAF2D1E) is known color: Fire Brick. HEX triplet: AF, 2D and 1E. RGB value is (175,45,30). Sum of RGB (Red+Green+Blue) = 175+45+30=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D1E is #50D2E1. Grayscale: #525252. Windows color (decimal): -5296866 or 1977775. OLE color: 1977775.

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

Color convert

RGB 175 45 30 -
CMYK 0 0.74 0.83 0.31
HSL 6.21º 0.71% 0.4% -
HSV(B) 6.21º 0.83% 0.69% -
XYZ 18.85 11.08 2.37 -
YUV 82.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 175 45 30 0 0.74 0.83 0.31 6.21 0.71 0.4
Hex AF 2D 1E 0 4A 53 1F 6 47 28
Octal 257 55 36 0 112 123 37 6 107 50
Binary 10101111 101101 11110 0 1001010 1010011 11111 110 1000111 101000

Color Harmonies of #AF2D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D1E

Black with #AF2D1E

Text Example


Text Example

White with #AF2D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D1E; }

 p { color: rgb(175,45,30); }

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

background-color css

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

 a { background-color: rgb(175,45,30); }

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

border-color css

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

 span { border-color: rgb(175,45,30); }

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