Html Css Color HEX #A92525 Brown

📋 copy color: '#A92525'

red 169 ◦ green 37 ◦ blue 37

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

Shades of Brown #A92525

Tints of Brown #A92525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 69.55%
G = 15.23%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A92525 (or 0xA92525) is known color: Brown. HEX triplet: A9, 25 and 25. RGB value is (169,37,37). Sum of RGB (Red+Green+Blue) = 169+37+37=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A92525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92525 is #56DADA. Grayscale: #4C4C4C. Windows color (decimal): -5692123 or 2434473. OLE color: 2434473.

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

Color convert

RGB 169 37 37 -
CMYK 0 0.78 0.78 0.34
HSL 0.64% 0.4% -
HSV(B) 0.78% 0.66% -
XYZ 17.36 9.89 2.74 -
YUV 76.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 169 37 37 0 0.78 0.78 0.34 0 0.64 0.4
Hex A9 25 25 0 4E 4E 22 0 40 28
Octal 251 45 45 0 116 116 42 0 100 50
Binary 10101001 100101 100101 0 1001110 1001110 100010 0 1000000 101000

Color Harmonies of #A92525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92525

Black with #A92525

Text Example


Text Example

White with #A92525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92525; }

 p { color: rgb(169,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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