Html Css Color HEX #A31E05 Fire Brick

📋 copy color: '#A31E05'

red 163 ◦ green 30 ◦ blue 5

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

Shades of Fire Brick #A31E05

Tints of Fire Brick #A31E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 82.32%
G = 15.15%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A31E05 (or 0xA31E05) is known color: Fire Brick. HEX triplet: A3, 1E and 05. RGB value is (163,30,5). Sum of RGB (Red+Green+Blue) = 163+30+5=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E05 is #5CE1FA. Grayscale: #434343. Windows color (decimal): -6087163 or 335523. OLE color: 335523.

HSL color Cylindrical-coordinate representation of color #A31E05: hue angle of 9.49º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A31E05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 30 5 -
CMYK 0 0.82 0.97 0.36
HSL 9.49º 0.94% 0.33% -
HSV(B) 9.49º 0.97% 0.64% -
XYZ 15.6 8.73 1.01 -
YUV 66.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 163 30 5 0 0.82 0.97 0.36 9.49 0.94 0.33
Hex A3 1E 5 0 52 61 24 9 5E 21
Octal 243 36 5 0 122 141 44 11 136 41
Binary 10100011 11110 101 0 1010010 1100001 100100 1001 1011110 100001

Color Harmonies of #A31E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E05

Black with #A31E05

Text Example


Text Example

White with #A31E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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