Html Css Color HEX #70301C Pueblo

📋 copy color: '#70301C'

red 112 ◦ green 48 ◦ blue 28

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

Shades of Pueblo #70301C

Tints of Pueblo #70301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 59.57%
G = 25.53%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70301C (or 0x70301C) is known color: Pueblo. HEX triplet: 70, 30 and 1C. RGB value is (112,48,28). Sum of RGB (Red+Green+Blue) = 112+48+28=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70301C is #8FCFE3. Grayscale: #414141. Windows color (decimal): -9424868 or 1847408. OLE color: 1847408.

HSL color Cylindrical-coordinate representation of color #70301C: hue angle of 14.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70301C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 28 -
CMYK 0 0.57 0.75 0.56
HSL 14.29º 0.6% 0.27% -
HSV(B) 14.29º 0.75% 0.44% -
XYZ 7.95 5.64 1.77 -
YUV 64.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 112 48 28 0 0.57 0.75 0.56 14.29 0.6 0.27
Hex 70 30 1C 0 39 4B 38 E 3C 1B
Octal 160 60 34 0 71 113 70 16 74 33
Binary 1110000 110000 11100 0 111001 1001011 111000 1110 111100 11011

Color Harmonies of #70301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70301C

Black with #70301C

Text Example


Text Example

White with #70301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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