Html Css Color HEX #A31E04 Fire Brick

📋 copy color: '#A31E04'

red 163 ◦ green 30 ◦ blue 4

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

Shades of Fire Brick #A31E04

Tints of Fire Brick #A31E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 82.74%
G = 15.23%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A31E04 (or 0xA31E04) is known color: Fire Brick. HEX triplet: A3, 1E and 04. RGB value is (163,30,4). Sum of RGB (Red+Green+Blue) = 163+30+4=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E04 is #5CE1FB. Grayscale: #434343. Windows color (decimal): -6087164 or 269987. OLE color: 269987.

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

Color convert

RGB 163 30 4 -
CMYK 0 0.82 0.98 0.36
HSL 9.81º 0.95% 0.33% -
HSV(B) 9.81º 0.98% 0.64% -
XYZ 15.59 8.72 0.98 -
YUV 66.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 163 30 4 0 0.82 0.98 0.36 9.81 0.95 0.33
Hex A3 1E 4 0 52 62 24 A 5F 21
Octal 243 36 4 0 122 142 44 12 137 41
Binary 10100011 11110 100 0 1010010 1100010 100100 1010 1011111 100001

Color Harmonies of #A31E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E04

Black with #A31E04

Text Example


Text Example

White with #A31E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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