Html Css Color HEX #A82320 Fire Brick

📋 copy color: '#A82320'

red 168 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #A82320

Tints of Fire Brick #A82320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 71.49%
G = 14.89%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A82320 (or 0xA82320) is known color: Fire Brick. HEX triplet: A8, 23 and 20. RGB value is (168,35,32). Sum of RGB (Red+Green+Blue) = 168+35+32=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A82320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82320 is #57DCDF. Grayscale: #4A4A4A. Windows color (decimal): -5758176 or 2106280. OLE color: 2106280.

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

Color convert

RGB 168 35 32 -
CMYK 0 0.79 0.81 0.34
HSL 1.32º 0.68% 0.39% -
HSV(B) 1.32º 0.81% 0.66% -
XYZ 17.01 9.63 2.33 -
YUV 74.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 168 35 32 0 0.79 0.81 0.34 1.32 0.68 0.39
Hex A8 23 20 0 4F 51 22 1 44 27
Octal 250 43 40 0 117 121 42 1 104 47
Binary 10101000 100011 100000 0 1001111 1010001 100010 1 1000100 100111

Color Harmonies of #A82320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82320

Black with #A82320

Text Example


Text Example

White with #A82320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82320; }

 p { color: rgb(168,35,32); }

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

background-color css

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

 a { background-color: rgb(168,35,32); }

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

border-color css

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

 span { border-color: rgb(168,35,32); }

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