Html Css Color HEX #A3250D Fire Brick

📋 copy color: '#A3250D'

red 163 ◦ green 37 ◦ blue 13

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

Shades of Fire Brick #A3250D

Tints of Fire Brick #A3250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 76.53%
G = 17.37%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3250D (or 0xA3250D) is known color: Fire Brick. HEX triplet: A3, 25 and 0D. RGB value is (163,37,13). Sum of RGB (Red+Green+Blue) = 163+37+13=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3250D is #5CDAF2. Grayscale: #484848. Windows color (decimal): -6085363 or 861603. OLE color: 861603.

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

Color convert

RGB 163 37 13 -
CMYK 0 0.77 0.92 0.36
HSL 9.6º 0.85% 0.35% -
HSV(B) 9.6º 0.92% 0.64% -
XYZ 15.84 9.14 1.31 -
YUV 71.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 163 37 13 0 0.77 0.92 0.36 9.6 0.85 0.35
Hex A3 25 D 0 4D 5C 24 A 55 23
Octal 243 45 15 0 115 134 44 12 125 43
Binary 10100011 100101 1101 0 1001101 1011100 100100 1010 1010101 100011

Color Harmonies of #A3250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3250D

Black with #A3250D

Text Example


Text Example

White with #A3250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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