Html Css Color HEX #A42001 Fire Brick

📋 copy color: '#A42001'

red 164 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #A42001

Tints of Fire Brick #A42001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 83.25%
G = 16.24%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A42001 (or 0xA42001) is known color: Fire Brick. HEX triplet: A4, 20 and 01. RGB value is (164,32,1). Sum of RGB (Red+Green+Blue) = 164+32+1=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A42001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42001 is #5BDFFE. Grayscale: #444444. Windows color (decimal): -6021119 or 73892. OLE color: 73892.

HSL color Cylindrical-coordinate representation of color #A42001: hue angle of 11.41º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A42001 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 1 -
CMYK 0 0.80 0.99 0.36
HSL 11.41º 0.99% 0.32% -
HSV(B) 11.41º 0.99% 0.64% -
XYZ 15.83 8.93 0.92 -
YUV 67.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 164 32 1 0 0.80 0.99 0.36 11.41 0.99 0.32
Hex A4 20 1 0 50 63 24 B 63 20
Octal 244 40 1 0 120 143 44 13 143 40
Binary 10100100 100000 1 0 1010000 1100011 100100 1011 1100011 100000

Color Harmonies of #A42001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42001

Black with #A42001

Text Example


Text Example

White with #A42001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42001; }

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

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

background-color css

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

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

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

border-color css

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

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

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