Html Css Color HEX #A4150F Fire Brick

📋 copy color: '#A4150F'

red 164 ◦ green 21 ◦ blue 15

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

Shades of Fire Brick #A4150F

Tints of Fire Brick #A4150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 82%
G = 10.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4150F (or 0xA4150F) is known color: Fire Brick. HEX triplet: A4, 15 and 0F. RGB value is (164,21,15). Sum of RGB (Red+Green+Blue) = 164+21+15=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A4150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4150F is #5BEAF0. Grayscale: #3F3F3F. Windows color (decimal): -6023921 or 988580. OLE color: 988580.

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

Color convert

RGB 164 21 15 -
CMYK 0 0.87 0.91 0.36
HSL 2.42º 0.83% 0.35% -
HSV(B) 2.42º 0.91% 0.64% -
XYZ 15.66 8.46 1.26 -
YUV 63.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 164 21 15 0 0.87 0.91 0.36 2.42 0.83 0.35
Hex A4 15 F 0 57 5B 24 2 53 23
Octal 244 25 17 0 127 133 44 2 123 43
Binary 10100100 10101 1111 0 1010111 1011011 100100 10 1010011 100011

Color Harmonies of #A4150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4150F

Black with #A4150F

Text Example


Text Example

White with #A4150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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