Html Css Color HEX #A42B13 Fire Brick

📋 copy color: '#A42B13'

red 164 ◦ green 43 ◦ blue 19

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

Shades of Fire Brick #A42B13

Tints of Fire Brick #A42B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 72.57%
G = 19.03%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A42B13 (or 0xA42B13) is known color: Fire Brick. HEX triplet: A4, 2B and 13. RGB value is (164,43,19). Sum of RGB (Red+Green+Blue) = 164+43+19=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B13 is #5BD4EC. Grayscale: #4C4C4C. Windows color (decimal): -6018285 or 1256356. OLE color: 1256356.

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

Color convert

RGB 164 43 19 -
CMYK 0 0.74 0.88 0.36
HSL 9.93º 0.79% 0.36% -
HSV(B) 9.93º 0.88% 0.64% -
XYZ 16.29 9.67 1.62 -
YUV 76.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 164 43 19 0 0.74 0.88 0.36 9.93 0.79 0.36
Hex A4 2B 13 0 4A 58 24 A 4F 24
Octal 244 53 23 0 112 130 44 12 117 44
Binary 10100100 101011 10011 0 1001010 1011000 100100 1010 1001111 100100

Color Harmonies of #A42B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B13

Black with #A42B13

Text Example


Text Example

White with #A42B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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