Html Css Color HEX #A42017 Fire Brick

📋 copy color: '#A42017'

red 164 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #A42017

Tints of Fire Brick #A42017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 74.89%
G = 14.61%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A42017 (or 0xA42017) is known color: Fire Brick. HEX triplet: A4, 20 and 17. RGB value is (164,32,23). Sum of RGB (Red+Green+Blue) = 164+32+23=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A42017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42017 is #5BDFE8. Grayscale: #464646. Windows color (decimal): -6021097 or 1515684. OLE color: 1515684.

HSL color Cylindrical-coordinate representation of color #A42017: hue angle of 3.83º 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 #A42017 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 23 -
CMYK 0 0.80 0.86 0.36
HSL 3.83º 0.75% 0.37% -
HSV(B) 3.83º 0.86% 0.64% -
XYZ 15.98 8.99 1.7 -
YUV 70.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 164 32 23 0 0.80 0.86 0.36 3.83 0.75 0.37
Hex A4 20 17 0 50 56 24 4 4B 25
Octal 244 40 27 0 120 126 44 4 113 45
Binary 10100100 100000 10111 0 1010000 1010110 100100 100 1001011 100101

Color Harmonies of #A42017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42017

Black with #A42017

Text Example


Text Example

White with #A42017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42017; }

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

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

background-color css

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

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

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

border-color css

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

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

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