Html Css Color HEX #A31C17 Fire Brick

📋 copy color: '#A31C17'

red 163 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #A31C17

Tints of Fire Brick #A31C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 76.17%
G = 13.08%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A31C17 (or 0xA31C17) is known color: Fire Brick. HEX triplet: A3, 1C and 17. RGB value is (163,28,23). Sum of RGB (Red+Green+Blue) = 163+28+23=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C17 is #5CE3E8. Grayscale: #434343. Windows color (decimal): -6087657 or 1514659. OLE color: 1514659.

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

Color convert

RGB 163 28 23 -
CMYK 0 0.83 0.86 0.36
HSL 2.14º 0.75% 0.36% -
HSV(B) 2.14º 0.86% 0.64% -
XYZ 15.67 8.68 1.66 -
YUV 67.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 163 28 23 0 0.83 0.86 0.36 2.14 0.75 0.36
Hex A3 1C 17 0 53 56 24 2 4B 24
Octal 243 34 27 0 123 126 44 2 113 44
Binary 10100011 11100 10111 0 1010011 1010110 100100 10 1001011 100100

Color Harmonies of #A31C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C17

Black with #A31C17

Text Example


Text Example

White with #A31C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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