Html Css Color HEX #A42D1F Brown

📋 copy color: '#A42D1F'

red 164 ◦ green 45 ◦ blue 31

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

Shades of Brown #A42D1F

Tints of Brown #A42D1F

RGB

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

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

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

R = 68.33%
G = 18.75%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A42D1F (or 0xA42D1F) is known color: Brown. HEX triplet: A4, 2D and 1F. RGB value is (164,45,31). Sum of RGB (Red+Green+Blue) = 164+45+31=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D1F is #5BD2E0. Grayscale: #4F4F4F. Windows color (decimal): -6017761 or 2043300. OLE color: 2043300.

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

Color convert

RGB 164 45 31 -
CMYK 0 0.73 0.81 0.36
HSL 6.32º 0.68% 0.38% -
HSV(B) 6.32º 0.81% 0.64% -
XYZ 16.5 9.87 2.33 -
YUV 78.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 164 45 31 0 0.73 0.81 0.36 6.32 0.68 0.38
Hex A4 2D 1F 0 49 51 24 6 44 26
Octal 244 55 37 0 111 121 44 6 104 46
Binary 10100100 101101 11111 0 1001001 1010001 100100 110 1000100 100110

Color Harmonies of #A42D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D1F

Black with #A42D1F

Text Example


Text Example

White with #A42D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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