Html Css Color HEX #702C2B Auburn

📋 copy color: '#702C2B'

red 112 ◦ green 44 ◦ blue 43

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

Shades of Auburn #702C2B

Tints of Auburn #702C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 56.28%
G = 22.11%
B = 21.61%

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

#702C2B (or 0x702C2B) is known color: Auburn. HEX triplet: 70, 2C and 2B. RGB value is (112,44,43). Sum of RGB (Red+Green+Blue) = 112+44+43=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C2B is #8FD3D4. Grayscale: #404040. Windows color (decimal): -9425877 or 2829424. OLE color: 2829424.

HSL color Cylindrical-coordinate representation of color #702C2B: hue angle of 0.87º 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 #702C2B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 43 -
CMYK 0 0.61 0.62 0.56
HSL 0.87º 0.45% 0.3% -
HSV(B) 0.87º 0.62% 0.44% -
XYZ 8.02 5.42 2.91 -
YUV 64.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 112 44 43 0 0.61 0.62 0.56 0.87 0.45 0.3
Hex 70 2C 2B 0 3D 3E 38 1 2D 1E
Octal 160 54 53 0 75 76 70 1 55 36
Binary 1110000 101100 101011 0 111101 111110 111000 1 101101 11110

Color Harmonies of #702C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C2B

Black with #702C2B

Text Example


Text Example

White with #702C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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