Html Css Color HEX #A31C15 Fire Brick

📋 copy color: '#A31C15'

red 163 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #A31C15

Tints of Fire Brick #A31C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.21%

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 76.89%
G = 13.21%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31C15 (or 0xA31C15) is known color: Fire Brick. HEX triplet: A3, 1C and 15. RGB value is (163,28,21). Sum of RGB (Red+Green+Blue) = 163+28+21=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C15 is #5CE3EA. Grayscale: #434343. Windows color (decimal): -6087659 or 1383587. OLE color: 1383587.

HSL color Cylindrical-coordinate representation of color #A31C15: hue angle of 2.96º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31C15 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 28 21 -
CMYK 0 0.83 0.87 0.36
HSL 2.96º 0.77% 0.36% -
HSV(B) 2.96º 0.87% 0.64% -
XYZ 15.65 8.67 1.56 -
YUV 67.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 163 28 21 0 0.83 0.87 0.36 2.96 0.77 0.36
Hex A3 1C 15 0 53 57 24 3 4D 24
Octal 243 34 25 0 123 127 44 3 115 44
Binary 10100011 11100 10101 0 1010011 1010111 100100 11 1001101 100100

Color Harmonies of #A31C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C15

Black with #A31C15

Text Example


Text Example

White with #A31C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C15; }

 p { color: rgb(163,28,21); }

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

background-color css

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

 a { background-color: rgb(163,28,21); }

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

border-color css

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

 span { border-color: rgb(163,28,21); }

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