Html Css Color HEX #A42407 Fire Brick

📋 copy color: '#A42407'

red 164 ◦ green 36 ◦ blue 7

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

Shades of Fire Brick #A42407

Tints of Fire Brick #A42407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 79.23%
G = 17.39%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A42407 (or 0xA42407) is known color: Fire Brick. HEX triplet: A4, 24 and 07. RGB value is (164,36,7). Sum of RGB (Red+Green+Blue) = 164+36+7=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A42407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42407 is #5BDBF8. Grayscale: #474747. Windows color (decimal): -6020089 or 468132. OLE color: 468132.

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

Color convert

RGB 164 36 7 -
CMYK 0 0.78 0.96 0.36
HSL 11.08º 0.92% 0.34% -
HSV(B) 11.08º 0.96% 0.64% -
XYZ 15.98 9.17 1.13 -
YUV 70.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 164 36 7 0 0.78 0.96 0.36 11.08 0.92 0.34
Hex A4 24 7 0 4E 60 24 B 5C 22
Octal 244 44 7 0 116 140 44 13 134 42
Binary 10100100 100100 111 0 1001110 1100000 100100 1011 1011100 100010

Color Harmonies of #A42407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42407

Black with #A42407

Text Example


Text Example

White with #A42407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42407; }

 p { color: rgb(164,36,7); }

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

background-color css

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

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

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

border-color css

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

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

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