Html Css Color HEX #A3240D Fire Brick

📋 copy color: '#A3240D'

red 163 ◦ green 36 ◦ blue 13

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

Shades of Fire Brick #A3240D

Tints of Fire Brick #A3240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 76.89%
G = 16.98%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3240D (or 0xA3240D) is known color: Fire Brick. HEX triplet: A3, 24 and 0D. RGB value is (163,36,13). Sum of RGB (Red+Green+Blue) = 163+36+13=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3240D is #5CDBF2. Grayscale: #474747. Windows color (decimal): -6085619 or 861347. OLE color: 861347.

HSL color Cylindrical-coordinate representation of color #A3240D: hue angle of 9.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3240D is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 13 -
CMYK 0 0.78 0.92 0.36
HSL 9.2º 0.85% 0.35% -
HSV(B) 9.2º 0.92% 0.64% -
XYZ 15.81 9.08 1.3 -
YUV 71.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 163 36 13 0 0.78 0.92 0.36 9.2 0.85 0.35
Hex A3 24 D 0 4E 5C 24 9 55 23
Octal 243 44 15 0 116 134 44 11 125 43
Binary 10100011 100100 1101 0 1001110 1011100 100100 1001 1010101 100011

Color Harmonies of #A3240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3240D

Black with #A3240D

Text Example


Text Example

White with #A3240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3240D; }

 p { color: rgb(163,36,13); }

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

background-color css

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

 a { background-color: rgb(163,36,13); }

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

border-color css

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

 span { border-color: rgb(163,36,13); }

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