Html Css Color HEX #A5211A Fire Brick

📋 copy color: '#A5211A'

red 165 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #A5211A

Tints of Fire Brick #A5211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 73.66%
G = 14.73%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5211A (or 0xA5211A) is known color: Fire Brick. HEX triplet: A5, 21 and 1A. RGB value is (165,33,26). Sum of RGB (Red+Green+Blue) = 165+33+26=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A5211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5211A is #5ADEE5. Grayscale: #474747. Windows color (decimal): -5955302 or 1712549. OLE color: 1712549.

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

Color convert

RGB 165 33 26 -
CMYK 0 0.8 0.84 0.35
HSL 3.02º 0.73% 0.37% -
HSV(B) 3.02º 0.84% 0.65% -
XYZ 16.25 9.16 1.89 -
YUV 71.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 165 33 26 0 0.8 0.84 0.35 3.02 0.73 0.37
Hex A5 21 1A 0 50 54 23 3 49 25
Octal 245 41 32 0 120 124 43 3 111 45
Binary 10100101 100001 11010 0 1010000 1010100 100011 11 1001001 100101

Color Harmonies of #A5211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5211A

Black with #A5211A

Text Example


Text Example

White with #A5211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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