Html Css Color HEX #A41515 Fire Brick

📋 copy color: '#A41515'

red 164 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #A41515

Tints of Fire Brick #A41515

RGB

 RED value IS 164 (64.45% from 255) = 79.61%

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 79.61%
G = 10.19%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A41515 (or 0xA41515) is known color: Fire Brick. HEX triplet: A4, 15 and 15. RGB value is (164,21,21). Sum of RGB (Red+Green+Blue) = 164+21+21=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A41515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41515 is #5BEAEA. Grayscale: #3F3F3F. Windows color (decimal): -6023915 or 1381796. OLE color: 1381796.

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

Color convert

RGB 164 21 21 -
CMYK 0 0.87 0.87 0.36
HSL 0.77% 0.36% -
HSV(B) 0.87% 0.64% -
XYZ 15.71 8.48 1.52 -
YUV 63.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 164 21 21 0 0.87 0.87 0.36 0 0.77 0.36
Hex A4 15 15 0 57 57 24 0 4D 24
Octal 244 25 25 0 127 127 44 0 115 44
Binary 10100100 10101 10101 0 1010111 1010111 100100 0 1001101 100100

Color Harmonies of #A41515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41515

Black with #A41515

Text Example


Text Example

White with #A41515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41515; }

 p { color: rgb(164,21,21); }

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

background-color css

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

 a { background-color: rgb(164,21,21); }

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

border-color css

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

 span { border-color: rgb(164,21,21); }

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