Html Css Color HEX #70302A Auburn

📋 copy color: '#70302A'

red 112 ◦ green 48 ◦ blue 42

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

Shades of Auburn #70302A

Tints of Auburn #70302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

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

R = 55.45%
G = 23.76%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70302A (or 0x70302A) is known color: Auburn. HEX triplet: 70, 30 and 2A. RGB value is (112,48,42). Sum of RGB (Red+Green+Blue) = 112+48+42=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #70302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70302A is #8FCFD5. Grayscale: #424242. Windows color (decimal): -9424854 or 2764912. OLE color: 2764912.

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

Color convert

RGB 112 48 42 -
CMYK 0 0.57 0.62 0.56
HSL 5.14º 0.45% 0.3% -
HSV(B) 5.14º 0.63% 0.44% -
XYZ 8.16 5.73 2.87 -
YUV 66.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 112 48 42 0 0.57 0.62 0.56 5.14 0.45 0.3
Hex 70 30 2A 0 39 3E 38 5 2D 1E
Octal 160 60 52 0 71 76 70 5 55 36
Binary 1110000 110000 101010 0 111001 111110 111000 101 101101 11110

Color Harmonies of #70302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70302A

Black with #70302A

Text Example


Text Example

White with #70302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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