Html Css Color HEX #A42B12 Fire Brick

📋 copy color: '#A42B12'

red 164 ◦ green 43 ◦ blue 18

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

Shades of Fire Brick #A42B12

Tints of Fire Brick #A42B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

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

R = 72.89%
G = 19.11%
B = 8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A42B12 (or 0xA42B12) is known color: Fire Brick. HEX triplet: A4, 2B and 12. RGB value is (164,43,18). Sum of RGB (Red+Green+Blue) = 164+43+18=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B12 is #5BD4ED. Grayscale: #4C4C4C. Windows color (decimal): -6018286 or 1190820. OLE color: 1190820.

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

Color convert

RGB 164 43 18 -
CMYK 0 0.74 0.89 0.36
HSL 10.27º 0.8% 0.36% -
HSV(B) 10.27º 0.89% 0.64% -
XYZ 16.28 9.66 1.58 -
YUV 76.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 164 43 18 0 0.74 0.89 0.36 10.27 0.8 0.36
Hex A4 2B 12 0 4A 59 24 A 50 24
Octal 244 53 22 0 112 131 44 12 120 44
Binary 10100100 101011 10010 0 1001010 1011001 100100 1010 1010000 100100

Color Harmonies of #A42B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B12

Black with #A42B12

Text Example


Text Example

White with #A42B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B12; }

 p { color: rgb(164,43,18); }

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

background-color css

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

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

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

border-color css

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

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

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