Html Css Color HEX #A42A0F Fire Brick

📋 copy color: '#A42A0F'

red 164 ◦ green 42 ◦ blue 15

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

Shades of Fire Brick #A42A0F

Tints of Fire Brick #A42A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

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

R = 74.21%
G = 19%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A42A0F (or 0xA42A0F) is known color: Fire Brick. HEX triplet: A4, 2A and 0F. RGB value is (164,42,15). Sum of RGB (Red+Green+Blue) = 164+42+15=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A0F is #5BD5F0. Grayscale: #4B4B4B. Windows color (decimal): -6018545 or 993956. OLE color: 993956.

HSL color Cylindrical-coordinate representation of color #A42A0F: hue angle of 10.87º 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 #A42A0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 42 15 -
CMYK 0 0.74 0.91 0.36
HSL 10.87º 0.83% 0.35% -
HSV(B) 10.87º 0.91% 0.64% -
XYZ 16.22 9.58 1.45 -
YUV 75.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 164 42 15 0 0.74 0.91 0.36 10.87 0.83 0.35
Hex A4 2A F 0 4A 5B 24 B 53 23
Octal 244 52 17 0 112 133 44 13 123 43
Binary 10100100 101010 1111 0 1001010 1011011 100100 1011 1010011 100011

Color Harmonies of #A42A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42A0F

Black with #A42A0F

Text Example


Text Example

White with #A42A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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