Html Css Color HEX #A5130C Fire Brick

📋 copy color: '#A5130C'

red 165 ◦ green 19 ◦ blue 12

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

Shades of Fire Brick #A5130C

Tints of Fire Brick #A5130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 84.18%
G = 9.69%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5130C (or 0xA5130C) is known color: Fire Brick. HEX triplet: A5, 13 and 0C. RGB value is (165,19,12). Sum of RGB (Red+Green+Blue) = 165+19+12=196 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.18% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 165 - color contains mainly: red. Hex color #A5130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5130C is #5AECF3. Grayscale: #3E3E3E. Windows color (decimal): -5958900 or 791461. OLE color: 791461.

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

Color convert

RGB 165 19 12 -
CMYK 0 0.88 0.93 0.35
HSL 2.75º 0.86% 0.35% -
HSV(B) 2.75º 0.93% 0.65% -
XYZ 15.82 8.49 1.15 -
YUV 61.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 165 19 12 0 0.88 0.93 0.35 2.75 0.86 0.35
Hex A5 13 C 0 58 5D 23 3 56 23
Octal 245 23 14 0 130 135 43 3 126 43
Binary 10100101 10011 1100 0 1011000 1011101 100011 11 1010110 100011

Color Harmonies of #A5130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5130C

Black with #A5130C

Text Example


Text Example

White with #A5130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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