Html Css Color HEX #A51C01 Fire Brick

📋 copy color: '#A51C01'

red 165 ◦ green 28 ◦ blue 1

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

Shades of Fire Brick #A51C01

Tints of Fire Brick #A51C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 85.05%
G = 14.43%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A51C01 (or 0xA51C01) is known color: Fire Brick. HEX triplet: A5, 1C and 01. RGB value is (165,28,1). Sum of RGB (Red+Green+Blue) = 165+28+1=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C01 is #5AE3FE. Grayscale: #424242. Windows color (decimal): -5956607 or 72869. OLE color: 72869.

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

Color convert

RGB 165 28 1 -
CMYK 0 0.83 0.99 0.35
HSL 9.88º 0.99% 0.33% -
HSV(B) 9.88º 0.99% 0.65% -
XYZ 15.94 8.83 0.89 -
YUV 65.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 165 28 1 0 0.83 0.99 0.35 9.88 0.99 0.33
Hex A5 1C 1 0 53 63 23 A 63 21
Octal 245 34 1 0 123 143 43 12 143 41
Binary 10100101 11100 1 0 1010011 1100011 100011 1010 1100011 100001

Color Harmonies of #A51C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51C01

Black with #A51C01

Text Example


Text Example

White with #A51C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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