Html Css Color HEX #A51C10 Fire Brick

📋 copy color: '#A51C10'

red 165 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #A51C10

Tints of Fire Brick #A51C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 78.95%
G = 13.4%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A51C10 (or 0xA51C10) is known color: Fire Brick. HEX triplet: A5, 1C and 10. RGB value is (165,28,16). Sum of RGB (Red+Green+Blue) = 165+28+16=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C10 is #5AE3EF. Grayscale: #434343. Windows color (decimal): -5956592 or 1055909. OLE color: 1055909.

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

Color convert

RGB 165 28 16 -
CMYK 0 0.83 0.90 0.35
HSL 4.83º 0.82% 0.35% -
HSV(B) 4.83º 0.9% 0.65% -
XYZ 16.03 8.87 1.36 -
YUV 67.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 165 28 16 0 0.83 0.90 0.35 4.83 0.82 0.35
Hex A5 1C 10 0 53 5A 23 5 52 23
Octal 245 34 20 0 123 132 43 5 122 43
Binary 10100101 11100 10000 0 1010011 1011010 100011 101 1010010 100011

Color Harmonies of #A51C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51C10

Black with #A51C10

Text Example


Text Example

White with #A51C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51C10; }

 p { color: rgb(165,28,16); }

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

background-color css

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

 a { background-color: rgb(165,28,16); }

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

border-color css

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

 span { border-color: rgb(165,28,16); }

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