Html Css Color HEX #A82417 Fire Brick

📋 copy color: '#A82417'

red 168 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #A82417

Tints of Fire Brick #A82417

RGB

 RED value IS 168 (66.02% from 255) = 74.01%

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 74.01%
G = 15.86%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82417 (or 0xA82417) is known color: Fire Brick. HEX triplet: A8, 24 and 17. RGB value is (168,36,23). Sum of RGB (Red+Green+Blue) = 168+36+23=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82417 is #57DBE8. Grayscale: #4A4A4A. Windows color (decimal): -5757929 or 1516712. OLE color: 1516712.

HSL color Cylindrical-coordinate representation of color #A82417: hue angle of 5.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A82417 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 23 -
CMYK 0 0.79 0.86 0.34
HSL 5.38º 0.76% 0.37% -
HSV(B) 5.38º 0.86% 0.66% -
XYZ 16.93 9.65 1.78 -
YUV 73.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 168 36 23 0 0.79 0.86 0.34 5.38 0.76 0.37
Hex A8 24 17 0 4F 56 22 5 4C 25
Octal 250 44 27 0 117 126 42 5 114 45
Binary 10101000 100100 10111 0 1001111 1010110 100010 101 1001100 100101

Color Harmonies of #A82417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82417

Black with #A82417

Text Example


Text Example

White with #A82417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82417; }

 p { color: rgb(168,36,23); }

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

background-color css

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

 a { background-color: rgb(168,36,23); }

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

border-color css

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

 span { border-color: rgb(168,36,23); }

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