Html Css Color HEX #A5211E Fire Brick

📋 copy color: '#A5211E'

red 165 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #A5211E

Tints of Fire Brick #A5211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 72.37%
G = 14.47%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5211E (or 0xA5211E) is known color: Fire Brick. HEX triplet: A5, 21 and 1E. RGB value is (165,33,30). Sum of RGB (Red+Green+Blue) = 165+33+30=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5211E is #5ADEE1. Grayscale: #484848. Windows color (decimal): -5955298 or 1974693. OLE color: 1974693.

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

Color convert

RGB 165 33 30 -
CMYK 0 0.8 0.82 0.35
HSL 1.33º 0.69% 0.38% -
HSV(B) 1.33º 0.82% 0.65% -
XYZ 16.3 9.18 2.14 -
YUV 72.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 165 33 30 0 0.8 0.82 0.35 1.33 0.69 0.38
Hex A5 21 1E 0 50 52 23 1 45 26
Octal 245 41 36 0 120 122 43 1 105 46
Binary 10100101 100001 11110 0 1010000 1010010 100011 1 1000101 100110

Color Harmonies of #A5211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5211E

Black with #A5211E

Text Example


Text Example

White with #A5211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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