Html Css Color HEX #A32017 Fire Brick

📋 copy color: '#A32017'

red 163 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #A32017

Tints of Fire Brick #A32017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 74.77%
G = 14.68%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A32017 (or 0xA32017) is known color: Fire Brick. HEX triplet: A3, 20 and 17. RGB value is (163,32,23). Sum of RGB (Red+Green+Blue) = 163+32+23=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32017 is #5CDFE8. Grayscale: #464646. Windows color (decimal): -6086633 or 1515683. OLE color: 1515683.

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

Color convert

RGB 163 32 23 -
CMYK 0 0.80 0.86 0.36
HSL 3.86º 0.75% 0.36% -
HSV(B) 3.86º 0.86% 0.64% -
XYZ 15.78 8.88 1.69 -
YUV 70.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 163 32 23 0 0.80 0.86 0.36 3.86 0.75 0.36
Hex A3 20 17 0 50 56 24 4 4B 24
Octal 243 40 27 0 120 126 44 4 113 44
Binary 10100011 100000 10111 0 1010000 1010110 100100 100 1001011 100100

Color Harmonies of #A32017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32017

Black with #A32017

Text Example


Text Example

White with #A32017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32017; }

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

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

background-color css

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

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

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

border-color css

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

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

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