Html Css Color HEX #AF2C1E Fire Brick

📋 copy color: '#AF2C1E'

red 175 ◦ green 44 ◦ blue 30

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

Shades of Fire Brick #AF2C1E

Tints of Fire Brick #AF2C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 70.28%
G = 17.67%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF2C1E (or 0xAF2C1E) is known color: Fire Brick. HEX triplet: AF, 2C and 1E. RGB value is (175,44,30). Sum of RGB (Red+Green+Blue) = 175+44+30=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C1E is #50D3E1. Grayscale: #515151. Windows color (decimal): -5297122 or 1977519. OLE color: 1977519.

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

Color convert

RGB 175 44 30 -
CMYK 0 0.75 0.83 0.31
HSL 5.79º 0.71% 0.4% -
HSV(B) 5.79º 0.83% 0.69% -
XYZ 18.81 11.01 2.36 -
YUV 81.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 175 44 30 0 0.75 0.83 0.31 5.79 0.71 0.4
Hex AF 2C 1E 0 4B 53 1F 6 47 28
Octal 257 54 36 0 113 123 37 6 107 50
Binary 10101111 101100 11110 0 1001011 1010011 11111 110 1000111 101000

Color Harmonies of #AF2C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C1E

Black with #AF2C1E

Text Example


Text Example

White with #AF2C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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