Html Css Color HEX #A22D1F Brown

📋 copy color: '#A22D1F'

red 162 ◦ green 45 ◦ blue 31

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

Shades of Brown #A22D1F

Tints of Brown #A22D1F

RGB

 RED value IS 162 (63.67% from 255) = 68.07%

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 68.07%
G = 18.91%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A22D1F (or 0xA22D1F) is known color: Brown. HEX triplet: A2, 2D and 1F. RGB value is (162,45,31). Sum of RGB (Red+Green+Blue) = 162+45+31=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D1F is #5DD2E0. Grayscale: #4E4E4E. Windows color (decimal): -6148833 or 2043298. OLE color: 2043298.

HSL color Cylindrical-coordinate representation of color #A22D1F: hue angle of 6.41º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22D1F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 45 31 -
CMYK 0 0.72 0.81 0.36
HSL 6.41º 0.68% 0.38% -
HSV(B) 6.41º 0.81% 0.64% -
XYZ 16.09 9.66 2.31 -
YUV 78.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 162 45 31 0 0.72 0.81 0.36 6.41 0.68 0.38
Hex A2 2D 1F 0 48 51 24 6 44 26
Octal 242 55 37 0 110 121 44 6 104 46
Binary 10100010 101101 11111 0 1001000 1010001 100100 110 1000100 100110

Color Harmonies of #A22D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D1F

Black with #A22D1F

Text Example


Text Example

White with #A22D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D1F; }

 p { color: rgb(162,45,31); }

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

background-color css

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

 a { background-color: rgb(162,45,31); }

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

border-color css

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

 span { border-color: rgb(162,45,31); }

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