Html Css Color HEX #A5210C Fire Brick

📋 copy color: '#A5210C'

red 165 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #A5210C

Tints of Fire Brick #A5210C

RGB

 RED value IS 165 (64.84% from 255) = 78.57%

 GREEN value IS 33 (13.28% from 255) = 15.71%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 78.57%
G = 15.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5210C (or 0xA5210C) is known color: Fire Brick. HEX triplet: A5, 21 and 0C. RGB value is (165,33,12). Sum of RGB (Red+Green+Blue) = 165+33+12=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A5210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5210C is #5ADEF3. Grayscale: #464646. Windows color (decimal): -5955316 or 795045. OLE color: 795045.

HSL color Cylindrical-coordinate representation of color #A5210C: hue angle of 8.24º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5210C is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 12 -
CMYK 0 0.8 0.93 0.35
HSL 8.24º 0.86% 0.35% -
HSV(B) 8.24º 0.93% 0.65% -
XYZ 16.13 9.11 1.26 -
YUV 70.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 165 33 12 0 0.8 0.93 0.35 8.24 0.86 0.35
Hex A5 21 C 0 50 5D 23 8 56 23
Octal 245 41 14 0 120 135 43 10 126 43
Binary 10100101 100001 1100 0 1010000 1011101 100011 1000 1010110 100011

Color Harmonies of #A5210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5210C

Black with #A5210C

Text Example


Text Example

White with #A5210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5210C; }

 p { color: rgb(165,33,12); }

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

background-color css

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

 a { background-color: rgb(165,33,12); }

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

border-color css

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

 span { border-color: rgb(165,33,12); }

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