Html Css Color HEX #30070E Rustic Red

📋 copy color: '#30070E'

red 48 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #30070E

Tints of Rustic Red #30070E

RGB

 RED value IS 48 (19.14% from 255) = 69.57%

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

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

R = 69.57%
G = 10.14%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30070E (or 0x30070E) is known color: Rustic Red. HEX triplet: 30, 07 and 0E. RGB value is (48,7,14). Sum of RGB (Red+Green+Blue) = 48+7+14=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #30070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30070E is #CFF8F1. Grayscale: #141414. Windows color (decimal): -13629682 or 919344. OLE color: 919344.

HSL color Cylindrical-coordinate representation of color #30070E: hue angle of 349.76º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30070E is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 7 14 -
CMYK 0 0.85 0.71 0.81
HSL 349.76º 0.75% 0.11% -
HSV(B) 349.76º 0.85% 0.19% -
XYZ 1.37 0.81 0.5 -
YUV 20.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 48 7 14 0 0.85 0.71 0.81 349.76 0.75 0.11
Hex 30 7 E 0 55 47 51 15E 4B B
Octal 60 7 16 0 125 107 121 536 113 13
Binary 110000 111 1110 0 1010101 1000111 1010001 101011110 1001011 1011

Color Harmonies of #30070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30070E

Black with #30070E

Text Example


Text Example

White with #30070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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