Html Css Color HEX #38070E Rustic Red

📋 copy color: '#38070E'

red 56 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #38070E

Tints of Rustic Red #38070E

RGB

 RED value IS 56 (22.27% from 255) = 72.73%

 GREEN value IS 7 (3.13% from 255) = 9.09%

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38070E (or 0x38070E) is known color: Rustic Red. HEX triplet: 38, 07 and 0E. RGB value is (56,7,14). Sum of RGB (Red+Green+Blue) = 56+7+14=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #38070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38070E is #C7F8F1. Grayscale: #161616. Windows color (decimal): -13105394 or 919352. OLE color: 919352.

HSL color Cylindrical-coordinate representation of color #38070E: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38070E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 7 14 -
CMYK 0 0.88 0.75 0.78
HSL 351.43º 0.78% 0.12% -
HSV(B) 351.43º 0.88% 0.22% -
XYZ 1.79 1.02 0.52 -
YUV 22.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 56 7 14 0 0.88 0.75 0.78 351.43 0.78 0.12
Hex 38 7 E 0 58 4B 4E 15F 4E C
Octal 70 7 16 0 130 113 116 537 116 14
Binary 111000 111 1110 0 1011000 1001011 1001110 101011111 1001110 1100

Color Harmonies of #38070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38070E

Black with #38070E

Text Example


Text Example

White with #38070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38070E; }

 p { color: rgb(56,7,14); }

 H1.HeaderClassName
 {
   color: #38070E;
 }
 .AnyTagClassName
 {
   color: #38070E;
 }
</style>

background-color css

<style>
 a { background-color: #38070E; }

 a { background-color: rgb(56,7,14); }

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

border-color css

<style>
 span { border-color: #38070E; }

 span { border-color: rgb(56,7,14); }

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