Html Css Color HEX #A92A10 Fire Brick

📋 copy color: '#A92A10'

red 169 ◦ green 42 ◦ blue 16

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

Shades of Fire Brick #A92A10

Tints of Fire Brick #A92A10

RGB

 RED value IS 169 (66.41% from 255) = 74.45%

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

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 74.45%
G = 18.5%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A92A10 (or 0xA92A10) is known color: Fire Brick. HEX triplet: A9, 2A and 10. RGB value is (169,42,16). Sum of RGB (Red+Green+Blue) = 169+42+16=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A10 is #56D5EF. Grayscale: #4D4D4D. Windows color (decimal): -5690864 or 1059497. OLE color: 1059497.

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

Color convert

RGB 169 42 16 -
CMYK 0 0.75 0.91 0.34
HSL 10.2º 0.83% 0.36% -
HSV(B) 10.2º 0.91% 0.66% -
XYZ 17.28 10.13 1.53 -
YUV 77.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 169 42 16 0 0.75 0.91 0.34 10.2 0.83 0.36
Hex A9 2A 10 0 4B 5B 22 A 53 24
Octal 251 52 20 0 113 133 42 12 123 44
Binary 10101001 101010 10000 0 1001011 1011011 100010 1010 1010011 100100

Color Harmonies of #A92A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92A10

Black with #A92A10

Text Example


Text Example

White with #A92A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92A10; }

 p { color: rgb(169,42,16); }

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

background-color css

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

 a { background-color: rgb(169,42,16); }

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

border-color css

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

 span { border-color: rgb(169,42,16); }

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