Html Css Color HEX #A5210F Fire Brick

📋 copy color: '#A5210F'

red 165 ◦ green 33 ◦ blue 15

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

Shades of Fire Brick #A5210F

Tints of Fire Brick #A5210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 77.46%
G = 15.49%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5210F (or 0xA5210F) is known color: Fire Brick. HEX triplet: A5, 21 and 0F. RGB value is (165,33,15). Sum of RGB (Red+Green+Blue) = 165+33+15=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A5210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5210F is #5ADEF0. Grayscale: #464646. Windows color (decimal): -5955313 or 991653. OLE color: 991653.

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

Color convert

RGB 165 33 15 -
CMYK 0 0.8 0.91 0.35
HSL 7.2º 0.83% 0.35% -
HSV(B) 7.2º 0.91% 0.65% -
XYZ 16.15 9.12 1.36 -
YUV 70.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 165 33 15 0 0.8 0.91 0.35 7.2 0.83 0.35
Hex A5 21 F 0 50 5B 23 7 53 23
Octal 245 41 17 0 120 133 43 7 123 43
Binary 10100101 100001 1111 0 1010000 1011011 100011 111 1010011 100011

Color Harmonies of #A5210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5210F

Black with #A5210F

Text Example


Text Example

White with #A5210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5210F; }

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

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

background-color css

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

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

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

border-color css

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

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

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