Html Css Color HEX #A42817 Fire Brick

📋 copy color: '#A42817'

red 164 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #A42817

Tints of Fire Brick #A42817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 23 (9.38% from 255) = 10.13%

R = 72.25%
G = 17.62%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A42817 (or 0xA42817) is known color: Fire Brick. HEX triplet: A4, 28 and 17. RGB value is (164,40,23). Sum of RGB (Red+Green+Blue) = 164+40+23=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42817 is #5BD7E8. Grayscale: #4B4B4B. Windows color (decimal): -6019049 or 1517732. OLE color: 1517732.

HSL color Cylindrical-coordinate representation of color #A42817: hue angle of 7.23º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A42817 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 23 -
CMYK 0 0.76 0.86 0.36
HSL 7.23º 0.75% 0.37% -
HSV(B) 7.23º 0.86% 0.64% -
XYZ 16.22 9.47 1.78 -
YUV 75.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 164 40 23 0 0.76 0.86 0.36 7.23 0.75 0.37
Hex A4 28 17 0 4C 56 24 7 4B 25
Octal 244 50 27 0 114 126 44 7 113 45
Binary 10100100 101000 10111 0 1001100 1010110 100100 111 1001011 100101

Color Harmonies of #A42817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42817

Black with #A42817

Text Example


Text Example

White with #A42817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42817; }

 p { color: rgb(164,40,23); }

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

background-color css

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

 a { background-color: rgb(164,40,23); }

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

border-color css

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

 span { border-color: rgb(164,40,23); }

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