Html Css Color HEX #702B26 Auburn

📋 copy color: '#702B26'

red 112 ◦ green 43 ◦ blue 38

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

Shades of Auburn #702B26

Tints of Auburn #702B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 58.03%
G = 22.28%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#702B26 (or 0x702B26) is known color: Auburn. HEX triplet: 70, 2B and 26. RGB value is (112,43,38). Sum of RGB (Red+Green+Blue) = 112+43+38=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #702B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B26 is #8FD4D9. Grayscale: #3F3F3F. Windows color (decimal): -9426138 or 2501488. OLE color: 2501488.

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

Color convert

RGB 112 43 38 -
CMYK 0 0.62 0.66 0.56
HSL 4.05º 0.49% 0.29% -
HSV(B) 4.05º 0.66% 0.44% -
XYZ 7.9 5.31 2.44 -
YUV 63.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 112 43 38 0 0.62 0.66 0.56 4.05 0.49 0.29
Hex 70 2B 26 0 3E 42 38 4 31 1D
Octal 160 53 46 0 76 102 70 4 61 35
Binary 1110000 101011 100110 0 111110 1000010 111000 100 110001 11101

Color Harmonies of #702B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B26

Black with #702B26

Text Example


Text Example

White with #702B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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