Html Css Color HEX #702C2A Auburn

📋 copy color: '#702C2A'

red 112 ◦ green 44 ◦ blue 42

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

Shades of Auburn #702C2A

Tints of Auburn #702C2A

RGB

 RED value IS 112 (44.14% from 255) = 56.57%

 GREEN value IS 44 (17.58% from 255) = 22.22%

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 56.57%
G = 22.22%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#702C2A (or 0x702C2A) is known color: Auburn. HEX triplet: 70, 2C and 2A. RGB value is (112,44,42). Sum of RGB (Red+Green+Blue) = 112+44+42=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C2A is #8FD3D5. Grayscale: #404040. Windows color (decimal): -9425878 or 2763888. OLE color: 2763888.

HSL color Cylindrical-coordinate representation of color #702C2A: hue angle of 1.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702C2A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 42 -
CMYK 0 0.61 0.62 0.56
HSL 1.71º 0.45% 0.3% -
HSV(B) 1.71º 0.63% 0.44% -
XYZ 8 5.41 2.81 -
YUV 64.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 112 44 42 0 0.61 0.62 0.56 1.71 0.45 0.3
Hex 70 2C 2A 0 3D 3E 38 2 2D 1E
Octal 160 54 52 0 75 76 70 2 55 36
Binary 1110000 101100 101010 0 111101 111110 111000 10 101101 11110

Color Harmonies of #702C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C2A

Black with #702C2A

Text Example


Text Example

White with #702C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702C2A; }

 p { color: rgb(112,44,42); }

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

background-color css

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

 a { background-color: rgb(112,44,42); }

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

border-color css

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

 span { border-color: rgb(112,44,42); }

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