Html Css Color HEX #A12313 Fire Brick

📋 copy color: '#A12313'

red 161 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #A12313

Tints of Fire Brick #A12313

RGB

 RED value IS 161 (63.28% from 255) = 74.88%

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 74.88%
G = 16.28%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A12313 (or 0xA12313) is known color: Fire Brick. HEX triplet: A1, 23 and 13. RGB value is (161,35,19). Sum of RGB (Red+Green+Blue) = 161+35+19=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A12313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12313 is #5EDCEC. Grayscale: #474747. Windows color (decimal): -6216941 or 1254305. OLE color: 1254305.

HSL color Cylindrical-coordinate representation of color #A12313: hue angle of 6.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A12313 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 19 -
CMYK 0 0.78 0.88 0.37
HSL 6.76º 0.79% 0.35% -
HSV(B) 6.76º 0.88% 0.63% -
XYZ 15.42 8.83 1.51 -
YUV 70.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 161 35 19 0 0.78 0.88 0.37 6.76 0.79 0.35
Hex A1 23 13 0 4E 58 25 7 4F 23
Octal 241 43 23 0 116 130 45 7 117 43
Binary 10100001 100011 10011 0 1001110 1011000 100101 111 1001111 100011

Color Harmonies of #A12313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12313

Black with #A12313

Text Example


Text Example

White with #A12313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12313; }

 p { color: rgb(161,35,19); }

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

background-color css

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

 a { background-color: rgb(161,35,19); }

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

border-color css

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

 span { border-color: rgb(161,35,19); }

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