Html Css Color HEX #A32304 Fire Brick

📋 copy color: '#A32304'

red 163 ◦ green 35 ◦ blue 4

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

Shades of Fire Brick #A32304

Tints of Fire Brick #A32304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 80.69%
G = 17.33%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A32304 (or 0xA32304) is known color: Fire Brick. HEX triplet: A3, 23 and 04. RGB value is (163,35,4). Sum of RGB (Red+Green+Blue) = 163+35+4=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A32304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32304 is #5CDCFB. Grayscale: #454545. Windows color (decimal): -6085884 or 271267. OLE color: 271267.

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

Color convert

RGB 163 35 4 -
CMYK 0 0.79 0.98 0.36
HSL 11.7º 0.95% 0.33% -
HSV(B) 11.7º 0.98% 0.64% -
XYZ 15.73 9 1.02 -
YUV 69.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 163 35 4 0 0.79 0.98 0.36 11.7 0.95 0.33
Hex A3 23 4 0 4F 62 24 C 5F 21
Octal 243 43 4 0 117 142 44 14 137 41
Binary 10100011 100011 100 0 1001111 1100010 100100 1100 1011111 100001

Color Harmonies of #A32304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32304

Black with #A32304

Text Example


Text Example

White with #A32304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32304; }

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

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

background-color css

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

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

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

border-color css

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

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

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