Html Css Color HEX #A92002 Fire Brick

📋 copy color: '#A92002'

red 169 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #A92002

Tints of Fire Brick #A92002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 83.25%
G = 15.76%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A92002 (or 0xA92002) is known color: Fire Brick. HEX triplet: A9, 20 and 02. RGB value is (169,32,2). Sum of RGB (Red+Green+Blue) = 169+32+2=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A92002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92002 is #56DFFD. Grayscale: #454545. Windows color (decimal): -5693438 or 139433. OLE color: 139433.

HSL color Cylindrical-coordinate representation of color #A92002: hue angle of 10.78º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A92002 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 2 -
CMYK 0 0.81 0.99 0.34
HSL 10.78º 0.98% 0.34% -
HSV(B) 10.78º 0.99% 0.66% -
XYZ 16.89 9.47 1 -
YUV 69.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 169 32 2 0 0.81 0.99 0.34 10.78 0.98 0.34
Hex A9 20 2 0 51 63 22 B 62 22
Octal 251 40 2 0 121 143 42 13 142 42
Binary 10101001 100000 10 0 1010001 1100011 100010 1011 1100010 100010

Color Harmonies of #A92002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92002

Black with #A92002

Text Example


Text Example

White with #A92002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92002; }

 p { color: rgb(169,32,2); }

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

background-color css

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

 a { background-color: rgb(169,32,2); }

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

border-color css

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

 span { border-color: rgb(169,32,2); }

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