Html Css Color HEX #A5250B Fire Brick

📋 copy color: '#A5250B'

red 165 ◦ green 37 ◦ blue 11

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

Shades of Fire Brick #A5250B

Tints of Fire Brick #A5250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 77.46%
G = 17.37%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5250B (or 0xA5250B) is known color: Fire Brick. HEX triplet: A5, 25 and 0B. RGB value is (165,37,11). Sum of RGB (Red+Green+Blue) = 165+37+11=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A5250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5250B is #5ADAF4. Grayscale: #484848. Windows color (decimal): -5954293 or 730533. OLE color: 730533.

HSL color Cylindrical-coordinate representation of color #A5250B: hue angle of 10.13º degrees, saturation: 0.88, 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 #A5250B is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 37 11 -
CMYK 0 0.78 0.93 0.35
HSL 10.13º 0.88% 0.35% -
HSV(B) 10.13º 0.93% 0.65% -
XYZ 16.24 9.35 1.26 -
YUV 72.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 165 37 11 0 0.78 0.93 0.35 10.13 0.88 0.35
Hex A5 25 B 0 4E 5D 23 A 58 23
Octal 245 45 13 0 116 135 43 12 130 43
Binary 10100101 100101 1011 0 1001110 1011101 100011 1010 1011000 100011

Color Harmonies of #A5250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5250B

Black with #A5250B

Text Example


Text Example

White with #A5250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5250B; }

 p { color: rgb(165,37,11); }

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

background-color css

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

 a { background-color: rgb(165,37,11); }

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

border-color css

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

 span { border-color: rgb(165,37,11); }

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