Html Css Color HEX #A51212 Fire Brick

📋 copy color: '#A51212'

red 165 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #A51212

Tints of Fire Brick #A51212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 82.09%
G = 8.96%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A51212 (or 0xA51212) is known color: Fire Brick. HEX triplet: A5, 12 and 12. RGB value is (165,18,18). Sum of RGB (Red+Green+Blue) = 165+18+18=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A51212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51212 is #5AEDED. Grayscale: #3E3E3E. Windows color (decimal): -5959150 or 1184421. OLE color: 1184421.

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

Color convert

RGB 165 18 18 -
CMYK 0 0.89 0.89 0.35
HSL 0.8% 0.36% -
HSV(B) 0.89% 0.65% -
XYZ 15.84 8.48 1.37 -
YUV 61.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 165 18 18 0 0.89 0.89 0.35 0 0.8 0.36
Hex A5 12 12 0 59 59 23 0 50 24
Octal 245 22 22 0 131 131 43 0 120 44
Binary 10100101 10010 10010 0 1011001 1011001 100011 0 1010000 100100

Color Harmonies of #A51212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51212

Black with #A51212

Text Example


Text Example

White with #A51212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51212; }

 p { color: rgb(165,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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