Html Css Color HEX #A3201A Fire Brick

📋 copy color: '#A3201A'

red 163 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #A3201A

Tints of Fire Brick #A3201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 73.76%
G = 14.48%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3201A (or 0xA3201A) is known color: Fire Brick. HEX triplet: A3, 20 and 1A. RGB value is (163,32,26). Sum of RGB (Red+Green+Blue) = 163+32+26=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A3201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3201A is #5CDFE5. Grayscale: #464646. Windows color (decimal): -6086630 or 1712291. OLE color: 1712291.

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

Color convert

RGB 163 32 26 -
CMYK 0 0.80 0.84 0.36
HSL 2.63º 0.72% 0.37% -
HSV(B) 2.63º 0.84% 0.64% -
XYZ 15.81 8.89 1.86 -
YUV 70.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 163 32 26 0 0.80 0.84 0.36 2.63 0.72 0.37
Hex A3 20 1A 0 50 54 24 3 48 25
Octal 243 40 32 0 120 124 44 3 110 45
Binary 10100011 100000 11010 0 1010000 1010100 100100 11 1001000 100101

Color Harmonies of #A3201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3201A

Black with #A3201A

Text Example


Text Example

White with #A3201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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