Html Css Color HEX #A42611 Fire Brick

📋 copy color: '#A42611'

red 164 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #A42611

Tints of Fire Brick #A42611

RGB

 RED value IS 164 (64.45% from 255) = 74.89%

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 17 (7.03% from 255) = 7.76%

R = 74.89%
G = 17.35%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A42611 (or 0xA42611) is known color: Fire Brick. HEX triplet: A4, 26 and 11. RGB value is (164,38,17). Sum of RGB (Red+Green+Blue) = 164+38+17=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A42611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42611 is #5BD9EE. Grayscale: #494949. Windows color (decimal): -6019567 or 1124004. OLE color: 1124004.

HSL color Cylindrical-coordinate representation of color #A42611: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A42611 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 38 17 -
CMYK 0 0.77 0.90 0.36
HSL 8.57º 0.81% 0.35% -
HSV(B) 8.57º 0.9% 0.64% -
XYZ 16.1 9.32 1.48 -
YUV 73.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 164 38 17 0 0.77 0.90 0.36 8.57 0.81 0.35
Hex A4 26 11 0 4D 5A 24 9 51 23
Octal 244 46 21 0 115 132 44 11 121 43
Binary 10100100 100110 10001 0 1001101 1011010 100100 1001 1010001 100011

Color Harmonies of #A42611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42611

Black with #A42611

Text Example


Text Example

White with #A42611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42611; }

 p { color: rgb(164,38,17); }

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

background-color css

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

 a { background-color: rgb(164,38,17); }

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

border-color css

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

 span { border-color: rgb(164,38,17); }

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