Html Css Color HEX #A32004 Fire Brick

📋 copy color: '#A32004'

red 163 ◦ green 32 ◦ blue 4

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

Shades of Fire Brick #A32004

Tints of Fire Brick #A32004

RGB

 RED value IS 163 (64.06% from 255) = 81.91%

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

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 81.91%
G = 16.08%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A32004 (or 0xA32004) is known color: Fire Brick. HEX triplet: A3, 20 and 04. RGB value is (163,32,4). Sum of RGB (Red+Green+Blue) = 163+32+4=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A32004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32004 is #5CDFFB. Grayscale: #444444. Windows color (decimal): -6086652 or 270499. OLE color: 270499.

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

Color convert

RGB 163 32 4 -
CMYK 0 0.80 0.98 0.36
HSL 10.57º 0.95% 0.33% -
HSV(B) 10.57º 0.98% 0.64% -
XYZ 15.64 8.83 0.99 -
YUV 67.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 163 32 4 0 0.80 0.98 0.36 10.57 0.95 0.33
Hex A3 20 4 0 50 62 24 B 5F 21
Octal 243 40 4 0 120 142 44 13 137 41
Binary 10100011 100000 100 0 1010000 1100010 100100 1011 1011111 100001

Color Harmonies of #A32004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32004

Black with #A32004

Text Example


Text Example

White with #A32004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32004; }

 p { color: rgb(163,32,4); }

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

background-color css

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

 a { background-color: rgb(163,32,4); }

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

border-color css

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

 span { border-color: rgb(163,32,4); }

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